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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,12 @@ Neos:
41
41
restrictCreation:
42
42
mode: warn
43
43
originPreset: en_US
44
+
documentNodesOnly: true
44
45
```
45
46
46
47
`mode: warn` would only give a warning about creating a node in a possible wrong dimensiong.
47
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.
0 commit comments