feat: resolve console errors regarding skin.css

This commit is contained in:
Kristin Aoki
2022-08-15 11:26:39 -04:00
committed by GitHub
parent f86e1fe97e
commit d68c357a86

View File

@@ -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)],