Skip to content

Commit 383d92f

Browse files
authored
TASK: only allow Column inside Row
1 parent f0c1db4 commit 383d92f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Configuration/NodeTypes.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
abstract: true
77
'Neos.Neos.NodeTypes:FourColumn':
88
abstract: true
9+
910
'Sfi.Grid:Row':
1011
superTypes:
1112
'Neos.Neos:Content': true
@@ -32,6 +33,7 @@
3233
nodeTypes:
3334
'*': false
3435
'Sfi.Grid:Column': true
36+
3537
'Sfi.Grid:Column':
3638
superTypes:
3739
'Neos.Neos:Content': true
@@ -273,3 +275,8 @@
273275
reloadIfChanged: true
274276
inspector:
275277
group: structure
278+
279+
'Neos.Neos:ContentCollection':
280+
constraints:
281+
nodeTypes:
282+
'Sfi.Grid:Column': false

0 commit comments

Comments
 (0)