This is a companion discussion topic for the original entry at https://strapi.io/blog/how-to-create-a-strapi-v4-plugin-generate-a-plugin-1-6
This is a companion discussion topic for the original entry at https://strapi.io/blog/how-to-create-a-strapi-v4-plugin-generate-a-plugin-1-6
Hi, is it possible to add i18n locale options in a custom plugin content-types? I’m developing a plugin and I want i18n locale options in my Plugin content-types.
If you found this post in Google, you may also have had issues with the --watch-admin
bit. I had to run npm run develop -- --watch-admin
< notice the extra dashes.