every time when creating ckeditor field its for license key in strapi
how to solve this problem,do it through config, every time when creating the field its for license key
It would be great to enable it via strapi.config.set("plugin::ckeditor.CKEditor.licenseKey") in the index.js of Strapi to be able to integrate it into continuous integration.
It would be great to enable it via
strapi.config.set("plugin::ckeditor.CKEditor.licenseKey")in theindex.jsof Strapi to be able to integrate it into continuous integration.
thanks for the reply , solution not working I'm using ckeditor 5 and strapi 5 FYI
Hi @manojmsys : I think you misunderstood me, I'd like to see a configuration like this in the future. Unfortunately it's not working so far as CKEditor for strapi doesn't provide functionality like this.
Hi @manojmsys @landmesser-mm! Thanks for the suggestion, I will take a look at it.
Hi @manojmsys : I think you misunderstood me, I'd like to see a configuration like this in the future. Unfortunately it's not working so far as CKEditor for strapi doesn't provide functionality like this.
thanks for the clarification and support.
Hi! It would be great to add the ability to configure the plugin:
// config/plugins.ts
export default ({ env }) => ({
'ckeditor': {
config: {
licenseKey: env('CKEDITOR_LICENSE_KEY'),
}
},
});
This would allow different keys to be used for dev and prod environments. Now you have to manually change the licence key for each CKEditor field before deployment.
Agreed, be amazing if something like this would be made possible
Hi everyone, any update on this issue or an estimated timeline for resolution?
Hey, any news? Every time I change a setting in the CKEditor dashboard, I have to update the license key in every single field. It's a real problem, especially when working across different environments.
This is a much-needed feature; entering the key each time for each component is very cumbersome.