Skip to content

Commit

Permalink
[BUGFIX] Fix missing keys in NodeTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
DIU-PascalFolleher committed Mar 13, 2019
1 parent 0840bc9 commit 02bd924
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
'DIU.Grid:Content.Structure.Section': false
column1:
type: 'Neos.Neos:ContentCollection'
*nodeTypeConstraints
constraints: *nodeTypeConstraints
column2:
type: 'Neos.Neos:ContentCollection'
*nodeTypeConstraints
constraints: *nodeTypeConstraints
column3:
type: 'Neos.Neos:ContentCollection'
*nodeTypeConstraints
constraints: *nodeTypeConstraints
properties:
layout:
defaultValue: 3-3-3-3
Expand Down
10 changes: 5 additions & 5 deletions Configuration/NodeTypes.Content.Structure.Grid.Column.Six.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
'DIU.Grid:Content.Structure.Section': false
column1:
type: 'Neos.Neos:ContentCollection'
*nodeTypeConstraints
constraints: *nodeTypeConstraints
column2:
type: 'Neos.Neos:ContentCollection'
*nodeTypeConstraints
constraints: *nodeTypeConstraints
column3:
type: 'Neos.Neos:ContentCollection'
*nodeTypeConstraints
constraints: *nodeTypeConstraints
column4:
type: 'Neos.Neos:ContentCollection'
*nodeTypeConstraints
constraints: *nodeTypeConstraints
column5:
type: 'Neos.Neos:ContentCollection'
*nodeTypeConstraints
constraints: *nodeTypeConstraints
properties:
layout:
defaultValue: 2-2-2-2-2-2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
'DIU.Grid:Content.Structure.Section': false
column1:
type: 'Neos.Neos:ContentCollection'
*nodeTypeConstraints
constraints: *nodeTypeConstraints
column2:
type: 'Neos.Neos:ContentCollection'
*nodeTypeConstraints
constraints: *nodeTypeConstraints
properties:
layout:
defaultValue: 4-4-4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'DIU.Grid:Content.Structure.Section': false
column1:
type: 'Neos.Neos:ContentCollection'
*nodeTypeConstraints
constraints: *nodeTypeConstraints
properties:
layout:
defaultValue: 6-6
Expand Down

0 comments on commit 02bd924

Please sign in to comment.