Merge branch 'develop'

This commit is contained in:
Robin Krahnen 2019-08-20 15:13:50 +02:00
commit 4dd8d9026b
2 changed files with 1 additions and 3 deletions

View file

@ -23,8 +23,6 @@ use Neos\Utility\TypeHandling;
/** /**
* Validator resolving other Validators defined in Validation.yaml * Validator resolving other Validators defined in Validation.yaml
*
* @Flow\Scope("prototype")
*/ */
class SettingsValidator extends AbstractValidator class SettingsValidator extends AbstractValidator
{ {

View file

@ -38,7 +38,7 @@ Then your Validation.yaml could look like this:
options: options:
minimum: 3 minimum: 3
maximum: 20 maximum: 20
As you see: Nesting is possible ;) That way you can easily construct flexible structures. As you see: Nesting is possible ;) That way you can easily construct flexible structures.