I’m implementing a custom field plugin (ULID) in Strapi, and I want to ensure that this field is always unlocalized. Currently, the “Enable localization for this field” option can be toggled in the content type builder, but for this field type, it should be permanently disabled.
Is there a way to programmatically disable or hide this option for my custom field type?