Custom validators

Thank you for a such a detailed answer.

Actually I meant a bit different. Usually particular validation constraints belong to specific fields. I mean for some attributes it’s ok to use svg, in others only raster are required, so validation better be related to specific model attribute instead of all files upload.

What i meant was this type of in-form attribute specific error message Screenshot_2020-11-17 Strapi - Content Manager

Anyway I dug up some code in strapi-plugin-content-manager and in-form error messages like that generated on back-end seem impossible right now.

Actually the error message about uniqueness validation fail (back-end generated) looks like this Screenshot from 2020-11-17 18-50-08 Kind of not really readable to end user :frowning: