Skip to content

Instantly share code, notes, and snippets.

@kitsunet
Created July 31, 2014 12:19
Show Gist options
  • Save kitsunet/f77d3b7afe99103edd22 to your computer and use it in GitHub Desktop.
Save kitsunet/f77d3b7afe99103edd22 to your computer and use it in GitHub Desktop.
references field example for TYPO3 Neos NodeTypes.yaml
'Me.My:NodeType':
# superTypes and ui stuff here
properties:
yourProperty: #adjust to your needs
type: references
ui:
label: 'referenced stuff' #adjust to your needs
inspector:
group: general #adjust to your needs
editorOptions:
nodeTypes: ['Me.My:SomeNode'] #adjust to your needs, only nodes of listed type selectable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment