You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Flowpack.RestrictCreation
2
2
3
+
**WARNING: currently requires this PR to be merged: https://github.com/neos/neos-ui/pull/2191**
4
+
3
5
Imagine the situation: you have a website with 'English (US)', 'English (UK)' and 'German' content dimensions present.
4
6
5
7
Now you never want editors to create new nodes directly in 'English (UK)', without first creating them in 'English (US)' and almost never in 'German', but some really rare cases.
@@ -44,9 +46,9 @@ Neos:
44
46
documentNodesOnly: true
45
47
```
46
48
47
-
`mode: warn` would only give a warning about creating a node in a possible wrong dimensiong.
48
-
`mode: disallow` would completely forbid creating new nodes in a certain dimension.
49
-
`documentNodesOnly: true` would trigger the warning only for document nodes: you would be able to create content nodes as usual, but creating document nodes in that dimension would be blocked/warned.
49
+
-`mode: warn` would only give a warning about creating a node in a possible wrong dimensiong.
50
+
-`mode: disallow` would completely forbid creating new nodes in a certain dimension.
51
+
-`documentNodesOnly: true` would trigger the warning only for document nodes: you would be able to create content nodes as usual, but creating document nodes in that dimension would be blocked/warned.
0 commit comments