Question

Is there an easy solution to have custom validation for out-of-the box fields, e.g. Page Title in admin dashboard should be less than 100 characters. I know how to do that in custom module and how to do that with modifying the Orchard.CMS source, but I'm hesitating that it is the right solution.

Was it helpful?

Solution

Well, actually you might be able to pull it off by adding a driver to the one that already exists and have that render some validation code. You can after all have more than one driver for any part. I'm pretty sure that would work. Worth trying anyways.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top