Skip to content

Commit

Permalink
BUGFIX: Revert the tilde quoting which is needed for Flow 5.x only
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellienert committed Feb 1, 2018
1 parent d9e665c commit 41aebc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Configuration/NodeTypes.Mixins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
editor: 'Neos.Neos/Inspector/Editors/SelectBoxEditor'
editorOptions:
values:
'~':
~:
label: 'None'
'summary':
label: 'Summary Card'
Expand Down Expand Up @@ -200,7 +200,7 @@
editor: 'Neos.Neos/Inspector/Editors/SelectBoxEditor'
editorOptions:
values:
'~':
~:
label: 'None'
'website':
label: 'Website'
Expand Down Expand Up @@ -265,7 +265,7 @@
editor: 'Neos.Neos/Inspector/Editors/SelectBoxEditor'
editorOptions:
values:
'~':
~:
label: 'none (unspecified)'
'always':
label: 'Always'
Expand Down

0 comments on commit 41aebc2

Please sign in to comment.