From d68c357a86330892753a3477745a876b16f78677 Mon Sep 17 00:00:00 2001 From: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com> Date: Mon, 15 Aug 2022 11:26:39 -0400 Subject: [PATCH] feat: resolve console errors regarding skin.css --- src/editors/containers/TextEditor/hooks.js | 2 ++ 1 file changed, 2 insertions(+) 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)],