diff --git a/src/editors/containers/TextEditor/hooks.js b/src/editors/containers/TextEditor/hooks.js index 20ba66003..50a58a0bc 100644 --- a/src/editors/containers/TextEditor/hooks.js +++ b/src/editors/containers/TextEditor/hooks.js @@ -76,6 +76,8 @@ export const editorConfig = ({ initialValue: blockValue ? blockValue.data.data : '', init: { ...pluginConfig.config, + skin: false, + content_css: false, content_style: tinyMCEStyles, contextmenu: 'link table', imagetools_cors_hosts: [removeProtocolFromUrl(lmsEndpointUrl), removeProtocolFromUrl(studioEndpointUrl)],