mjawad096 / laravel-grapesjs

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

I do not have settings in right toolbar from some time #37

Closed sergeynilov closed 2 years ago

sergeynilov commented 2 years ago

Hello, using laravel-grapesjs( "3.3.0" ) from some time settings in right toolbar on selected element (like https://prnt.sc/2GwbfSRTwHAr ) disappeared for selected element. In /config/laravel-grapesjs.php I have options :

    'plugins' => [
        'default' => [
            'basic_blocks' => true,
            'bootstrap4_blocks' => false,
            'image_editor' => true,
            'custom_fonts' => [],
            'templates' => true,
        ],
        'custom' => [

I tried to modify them , but no settings visible anyway. 1) How can I restore those settings in right toolbar ? 2) What for those default plugins ? where are they described ?

Thanks!

ghost commented 2 years ago

Hi @sergeynilov, Please set limited_selectors to false in your config file.

emincer commented 1 year ago

I have this same issue, April 2023, on Laravel 9. And I did set limited_selectors to false.