Skip to content

Instantly share code, notes, and snippets.

@kitsunet
Created April 3, 2014 14:44
Show Gist options
  • Select an option

  • Save kitsunet/9955675 to your computer and use it in GitHub Desktop.

Select an option

Save kitsunet/9955675 to your computer and use it in GitHub Desktop.
'Foo.Bar:Box':
superTypes: ['TYPO3.Neos:Content']
abstract: FALSE
childNodes:
boxcontent:
type: 'TYPO3.Neos:ContentCollection'
ui:
group: 'structure'
label: 'Content Box'
icon: 'icon-columns'
inlineEditable: TRUE
inspector:
groups:
layout:
label: 'Layout'
position: 10
properties:
marginAfter:
type: string
defaultValue: ''
ui:
reloadIfChanged: TRUE
label: 'Margin After'
inspector:
group: 'layout'
editor: 'TYPO3.Neos/Inspector/Editors/SelectBoxEditor'
editorOptions:
values:
'':
label: 'Standard'
'half-margin':
label: 'Half Margin'
'no-margin':
label: 'No Margin'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment