mjawad096 / laravel-grapesjs

This package provide an esay way to integrate GrapesJS into your laravel proejct.
MIT License
107 stars 54 forks source link

Getting error after enabling ckeditor from config #82

Open neerajprashar opened 8 months ago

neerajprashar commented 8 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.

`'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?

masumcity commented 7 months ago

same here