Skip to content

Commit 91175d3

Browse files
committed
Merge pull request #1 from mad99/master
JS-Error in Backend when in nested NodeTypes > row > column -> click on InlineEdit «create New»
2 parents 0c08c5c + c57a34f commit 91175d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Configuration/NodeTypes.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
'Sfi.Grid:Row':
1010
superTypes:
1111
'TYPO3.Neos:Content': true
12+
'TYPO3.Neos:ContentCollection': true
1213
ui:
1314
label: 'Grid - Row'
1415
group: structure
@@ -34,6 +35,7 @@
3435
'Sfi.Grid:Column':
3536
superTypes:
3637
'TYPO3.Neos:Content': true
38+
'TYPO3.Neos:ContentCollection': true
3739
ui:
3840
label: 'Grid - Column'
3941
group: structure

0 commit comments

Comments
 (0)