strapi-plugin-ckeditor icon indicating copy to clipboard operation
strapi-plugin-ckeditor copied to clipboard

every time when creating ckeditor field its for license key in strapi

Open manojmsys opened this issue 1 year ago • 10 comments

how to solve this problem,do it through config, every time when creating the field its for license key

Image

manojmsys avatar Jan 23 '25 10:01 manojmsys

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.

landmesser-mm avatar Jan 23 '25 15:01 landmesser-mm

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.

thanks for the reply , solution not working I'm using ckeditor 5 and strapi 5 FYI

manojmsys avatar Jan 24 '25 05:01 manojmsys

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.

landmesser-mm avatar Jan 27 '25 08:01 landmesser-mm

Hi @manojmsys @landmesser-mm! Thanks for the suggestion, I will take a look at it.

Mgsy avatar Jan 27 '25 08:01 Mgsy

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.

manojmsys avatar Jan 27 '25 09:01 manojmsys

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.

ruslanyar avatar Jan 28 '25 16:01 ruslanyar

Agreed, be amazing if something like this would be made possible

paulhuisman avatar Mar 24 '25 12:03 paulhuisman

Hi everyone, any update on this issue or an estimated timeline for resolution?

sachingawai-novafutur avatar Apr 09 '25 13:04 sachingawai-novafutur

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.​

littleboxstudio avatar Apr 30 '25 10:04 littleboxstudio

This is a much-needed feature; entering the key each time for each component is very cumbersome.

cloudvance-uk avatar May 24 '25 14:05 cloudvance-uk