Skip to content

Commit

Permalink
Merge pull request #50 from daniellienert/bugfix/revert-default-change
Browse files Browse the repository at this point in the history
BUGFIX: Revert the tilde quoting which is needed for Flow 5.x only
  • Loading branch information
daniellienert authored Feb 1, 2018
2 parents d9e665c + 41aebc2 commit 416af0a
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 416af0a

Please sign in to comment.