Skip to content

Commit 9ea2374

Browse files
authored
Update README.md
1 parent ff02cee commit 9ea2374

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Flowpack.RestrictCreation
22

3+
**WARNING: currently requires this PR to be merged: https://github.com/neos/neos-ui/pull/2191**
4+
35
Imagine the situation: you have a website with 'English (US)', 'English (UK)' and 'German' content dimensions present.
46

57
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:
4446
documentNodesOnly: true
4547
```
4648

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.
5052

5153
## Acknowledgments
5254

0 commit comments

Comments
 (0)