diff --git a/src/components/Tinymce/Index.vue b/src/components/Tinymce/Index.vue deleted file mode 100644 index 4ec6849e..00000000 --- a/src/components/Tinymce/Index.vue +++ /dev/null @@ -1,255 +0,0 @@ - - - - - diff --git a/src/components/Tinymce/components/EditorImage.vue b/src/components/Tinymce/components/EditorImage.vue deleted file mode 100644 index b20a4f30..00000000 --- a/src/components/Tinymce/components/EditorImage.vue +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - diff --git a/src/components/Tinymce/config.ts b/src/components/Tinymce/config.ts deleted file mode 100644 index 937d7511..00000000 --- a/src/components/Tinymce/config.ts +++ /dev/null @@ -1,8 +0,0 @@ -// Import plugins that you want to use -// Detail plugins list see: https://www.tiny.cloud/apps/#core-plugins -// Custom builds see: https://www.tiny.cloud/get-tiny/custom-builds/ -export const plugins = ['advlist anchor autolink autoresize autosave charmap code codesample directionality emoticons fullpage fullscreen help hr image imagetools insertdatetime link lists media nonbreaking noneditable pagebreak paste preview print save searchreplace spellchecker tabfocus table template textpattern visualblocks visualchars wordcount'] - -// Here is the list of toolbar control components -// Details see: https://www.tinymce.com/docs/advanced/editor-control-identifiers/#toolbarcontrols -export const toolbar = ['searchreplace bold italic underline strikethrough alignleft aligncenter alignright outdent indent blockquote undo redo removeformat subscript superscript code codesample help', 'hr bullist numlist link image charmap preview anchor pagebreak insertdatetime media table emoticons charmap forecolor backcolor fullpage fullscreen']