diff --git a/views/grapejs/editor.hbs b/views/grapejs/editor.hbs index 1a53f82d..207160e3 100644 --- a/views/grapejs/editor.hbs +++ b/views/grapejs/editor.hbs @@ -144,6 +144,9 @@ upload: '/editorapi/upload?type={{type}}&id={{resource.id}}&editor={{editor.name}}', uploadText: 'Drop images here or click to upload', }, + styleManager: { + clearProperties: true, + }, container : '#gjs', fromElement: false, plugins: [],