Skip to content

Instantly share code, notes, and snippets.

@alexanderschnitzler
Created January 13, 2014 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexanderschnitzler/8399361 to your computer and use it in GitHub Desktop.
Save alexanderschnitzler/8399361 to your computer and use it in GitHub Desktop.
'TYPO3.Neos.NodeTypes:Page':
childNodes:
'containerblack':
type: 'TYPO3.Neos:ContentCollection'
'arrowdown':
type: 'TYPO3.Neos:ContentCollection'
'logo':
type: 'TYPO3.Neos:ContentCollection'
'pods':
type: 'TYPO3.Neos:ContentCollection'
'header':
type: 'TYPO3.Neos:ContentCollection'
'footer':
type: 'TYPO3.Neos:ContentCollection'
ui:
inspector:
groups:
'section':
label: 'Section'
properties:
'sectionid':
type: string
ui:
label: 'Section ID'
reloadIfChanged: TRUE
inspector:
group: 'section'
'footermenu':
type: boolean
defaultValue: FALSE
ui:
label: 'Show in footer ?'
inspector:
group: 'section'
'layout':
ui:
inspector:
editorOptions:
values:
'home':
label: 'Home page'
'secondary':
label: 'Secondary page'
'subpageLayout':
ui:
inspector:
editorOptions:
values:
'home':
label: 'Home page'
'secondary':
label: 'Secondary page'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment