Ruslan
Results
1
comments of
Ruslan
Hi! It would be great to add the ability to configure the plugin: ```js // config/plugins.ts export default ({ env }) => ({ 'ckeditor': { config: { licenseKey: env('CKEDITOR_LICENSE_KEY'), }...