This PR builds upon #37 To add support for validating fields. An optional install for Products.validation is added and the validators in here can be used to validate a field from a submission
Todo
[ ] Add some additional validators not found in Products.validation, such as "min length" and "max length" to cover existing validations that are covered by volto-form-block
[ ] Fix saving of settings. The deserializer for the frontend works well, but we need a serializer to convert back to something the validation objects support and update the objects themselves.
This PR builds upon #37 To add support for validating fields. An optional install for
Products.validation
is added and the validators in here can be used to validate a field from a submissionTodo
Products.validation
, such as "min length" and "max length" to cover existing validations that are covered by volto-form-block