Last active
February 22, 2019 22:19
-
-
Save beardcoder/6a5899912b394e5620a9562e384d8170 to your computer and use it in GitHub Desktop.
Neos NodeType TextArea
This file contains 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
text: | |
type: string | |
ui: | |
label: i18n | |
reloadIfChanged: true | |
inspector: | |
group: 'document' | |
position: 10000 | |
editor: 'Neos.Neos/Inspector/Editors/TextAreaEditor' | |
editorOptions: | |
placeholder: 'Bavaria ipsum dolor sit amet mehra in da' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment