Created
July 31, 2014 12:19
-
-
Save kitsunet/f77d3b7afe99103edd22 to your computer and use it in GitHub Desktop.
references field example for TYPO3 Neos NodeTypes.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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