Skip to content

Commit c3fbcb3

Browse files
committed
BUGFIX: A hash needs to start with a char
1 parent 8273a8a commit c3fbcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configuration/NodeTypes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
minimum: 1
2626
maximum: 255
2727
'Neos.Neos/Validation/RegularExpressionValidator':
28-
regularExpression: '/^[a-z0-9\-]+$/i'
28+
regularExpression: '/^[a-z][a-z0-9\-]*$/i'

0 commit comments

Comments
 (0)