Skip to content

Commit

Permalink
[TASK] lowercase for contentcollections
Browse files Browse the repository at this point in the history
  • Loading branch information
johannessteu committed Apr 20, 2015
1 parent feb5640 commit 2bf2651
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Configuration/NodeTypes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
label: 'Container-Layout'
position: 5
childNodes:
containerContent:
containercontent:
type: 'TYPO3.Neos:ContentCollection'
properties:
layout:
Expand Down Expand Up @@ -86,9 +86,9 @@
ui:
label: '2 Columns predefined'
childNodes:
columnLeft:
columnleft:
type: 'TYPO3.Neos:ContentCollection'
columnRight:
columnright:
type: 'TYPO3.Neos:ContentCollection'
properties:
layout:
Expand Down Expand Up @@ -118,11 +118,11 @@
ui:
label: '3 Columns predefined'
childNodes:
columnLeft:
columnleft:
type: 'TYPO3.Neos:ContentCollection'
columnMiddle:
columnmiddle:
type: 'TYPO3.Neos:ContentCollection'
columnRight:
columnright:
type: 'TYPO3.Neos:ContentCollection'
properties:
layout:
Expand Down Expand Up @@ -841,4 +841,4 @@
'col-lg-push-11':
label: '11'
'col-lg-push-12':
label: '12'
label: '12'

0 comments on commit 2bf2651

Please sign in to comment.