dotCMS / core

Headless/Hybrid Content Management System for Enterprises
http://dotcms.com
Other
839 stars 465 forks source link

Make Validations Plugable #17773

Closed wezell closed 4 years ago

wezell commented 4 years ago

As a developer, I might want to provide a custom validation for content coming into the content store. We should provide a validation chain - a chain of classes that are called to validate any content - and an easy way to add a custom validation to the chain via OSGI.

jdotcms commented 4 years ago

PR