Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@ your yaml:
label: 'Settings'
properties:
height:
type: string
ui:
# not need to explicitly state it since its the default:
# reloadIfChanged: false
label: 'Height'
inspector:
group: settings
editor: 'Neos.Neos/Inspector/Editors/SelectBoxEditor'
editorOptions:
allowEmpty: true
values:
# your css classes as key.
height-sm:
label: 'Small'
height-md:
label: 'Medium'
height-lg:
label: 'Large'
type: string
ui:
# not need to explicitly state it since its the default:
# reloadIfChanged: false
label: 'Height'
inspector:
group: settings
editor: 'Neos.Neos/Inspector/Editors/SelectBoxEditor'
editorOptions:
allowEmpty: true
values:
# your css classes as key.
height-sm:
label: 'Small'
height-md:
label: 'Medium'
height-lg:
label: 'Large'
```

</details>
Expand Down