How to override Strapi's core entity-validator?

Unfortunately, yes, if you want to modify the core, this is how you should do it. It’s the same approach for any npm package, if you want to modify its core you should fork it. You should also manage manually all the updates inside the core, to not overwrite your modifications when merging new releases.

1 Like