Skip to content

Commit

Permalink
Merge pull request #36 from bwaidelich/35-remove-stringLengthValidato…
Browse files Browse the repository at this point in the history
…r-minimum

BUGFIX: Remove minimum option from StringLengthValidators
  • Loading branch information
Bastian Waidelich authored Oct 19, 2018
2 parents ac34b21 + 827eca7 commit 5730117
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion Configuration/NodeTypes.Form.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
group: 'form'
validation:
'Neos.Neos/Validation/StringLengthValidator':
minimum: 1
maximum: 255
'Neos.Neos/Validation/RegularExpressionValidator':
regularExpression: '/^[a-z0-9\-]+$/i'
Expand Down
3 changes: 1 addition & 2 deletions Configuration/NodeTypes.FormElement.Mixins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
group: 'formElement'
validation:
'Neos.Neos/Validation/StringLengthValidator':
minimum: 1
maximum: 255
'Neos.Neos/Validation/RegularExpressionValidator':
regularExpression: '/^[a-z0-9\-]+$/i'
Expand Down Expand Up @@ -96,4 +95,4 @@
label: i18n
reloadIfChanged: TRUE
inspector:
group: 'formElement'
group: 'formElement'
1 change: 0 additions & 1 deletion Configuration/NodeTypes.FormPage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
group: 'formPage'
validation:
'Neos.Neos/Validation/StringLengthValidator':
minimum: 1
maximum: 255
'Neos.Neos/Validation/RegularExpressionValidator':
regularExpression: '/^[a-z0-9\-]+$/i'
Expand Down

0 comments on commit 5730117

Please sign in to comment.