Open neerajprashar opened 11 months ago
Hi,
I am getting The defination for plugin 'gjs-plugin-ckeditor' not found. after enabling ckeditor from the config file. Here is the code inside the config file.
The defination for plugin 'gjs-plugin-ckeditor' not found.
`'plugins' => [ 'default' => [ 'basic_blocks' => true, 'bootstrap4_blocks' => false, 'code_editor' => true, 'image_editor' => false, 'custom_fonts' => [], 'templates' => true, ], 'custom' => [ 'grapesjs-custom-code' => 'https://unpkg.com/grapesjs-custom-code', [ 'enabled' => true, 'name' => 'gjs-plugin-ckeditor', 'scripts' => [ 'https://unpkg.com/grapesjs-plugin-ckeditor', ], 'options' => [ 'position' => 'right', /**
Anyone else getting same error?
same here
Hi,
I am getting
The defination for plugin 'gjs-plugin-ckeditor' not found.
after enabling ckeditor from the config file. Here is the code inside the config file.`'plugins' => [ 'default' => [ 'basic_blocks' => true, 'bootstrap4_blocks' => false, 'code_editor' => true, 'image_editor' => false, 'custom_fonts' => [], 'templates' => true, ], 'custom' => [ 'grapesjs-custom-code' => 'https://unpkg.com/grapesjs-custom-code', [ 'enabled' => true, 'name' => 'gjs-plugin-ckeditor', 'scripts' => [ 'https://unpkg.com/grapesjs-plugin-ckeditor', ], 'options' => [ 'position' => 'right', /**
Anyone else getting same error?