Skip to content

Commit

Permalink
BUGFIX: A hash needs to start with a char
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandschuetz committed Sep 20, 2021
1 parent 8273a8a commit c3fbcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/NodeTypes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
minimum: 1
maximum: 255
'Neos.Neos/Validation/RegularExpressionValidator':
regularExpression: '/^[a-z0-9\-]+$/i'
regularExpression: '/^[a-z][a-z0-9\-]*$/i'

0 comments on commit c3fbcb3

Please sign in to comment.