Merge branch 'develop'
This commit is contained in:
commit
4dd8d9026b
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue