diff --git a/packages/sn-editor-react/src/tinymce/Editor.tsx b/packages/sn-editor-react/src/tinymce/Editor.tsx index 6cbec5afc..a5eef89b1 100644 --- a/packages/sn-editor-react/src/tinymce/Editor.tsx +++ b/packages/sn-editor-react/src/tinymce/Editor.tsx @@ -65,6 +65,7 @@ export const TinymceEditor: FC = (props) => { }} initialValue={props.initvalue} init={{ + sandbox_iframes: false, file_picker_types: 'image', /* and here's our custom image picker*/ file_picker_callback: (cb, _value, _meta) => {