digicomp/settingvalidator
composer require digicomp/settingvalidator
Just a Neos\Flow Validator resolving other Validators with Configuration/Validation.yaml
3.1.1
Readme excerpt
DigiComp.SettingValidatorThis package allows configuring validators with a new configuration type.
IntroductionThis package provides the SettingsValidator which uses the configuration type Validation to resolve the validators that should be applied to the value. It distinguishes between validators that are applied to the value itself and its properties.
Resolving the validation configurationThe SettingsValidator has an option name. If it is set, the name is used to resolve the validation configuration, otherwise the type of the value is used, which is mainly useful for objects where the FQCN is used.
Resolving by option nameTo resolve the validation c…
Read more
The same vendor provides 9 package(s).