mjawad096 / laravel-grapesjs

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

How to activate Style Manager? #68

Closed pajkho closed 1 year ago

pajkho commented 1 year ago

First of all. Really great and easy package!

I was wondering if anyone has managed to activate the Style Manager? See below screenshot.

bild

marlon33 commented 1 year ago

First of all. Really great and easy package!

I was wondering if anyone has managed to activate the Style Manager? See below screenshot.

bild

config/laravel-grapesjs.php line 109 change of true to false

    'style_manager' => [
        'limited_selectors' => true,
    ],

image

    'style_manager' => [
        'limited_selectors' => false,
    ],

image