Skip to content

Commit

Permalink
TASK: Use plain label for collection nodetypes
Browse files Browse the repository at this point in the history
This is possible since Neos 8.3
  • Loading branch information
Sebobo committed Apr 25, 2023
1 parent 54a726f commit 1325603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NodeTypes/Collection/Content/Main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
superTypes:
Neos.Neos:ContentCollection: true
# TODO Add translation for label
label: "${'Main content area'}"
label: 'Main content area'
constraints:
nodeTypes:
'*': false
Expand Down
2 changes: 1 addition & 1 deletion NodeTypes/Collection/Content/Teaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'Neos.Demo:Collection.Content.Teaser':
superTypes:
Neos.Neos:ContentCollection: true
label: "${'Teaser area'}"
label: 'Teaser area'
constraints:
nodeTypes:
'*': false
Expand Down

0 comments on commit 1325603

Please sign in to comment.