From 6345eb1417e605b6e9e191ba176520982145d090 Mon Sep 17 00:00:00 2001 From: admin <344137771@qq.com> Date: Sat, 10 Jan 2026 11:27:24 +0800 Subject: [PATCH] 1 --- src/components/tiny-mce/plugins.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/components/tiny-mce/plugins.js b/src/components/tiny-mce/plugins.js new file mode 100644 index 0000000..058d2ae --- /dev/null +++ b/src/components/tiny-mce/plugins.js @@ -0,0 +1,7 @@ +// Any plugins you want to use has to be imported +// Detail plugins list see https://www.tinymce.com/docs/plugins/ +// Custom builds see https://www.tinymce.com/download/custom-builds/ + +const plugins = ['advlist anchor autolink autosave code codesample colorpicker colorpicker contextmenu directionality emoticons fullscreen hr image imagetools insertdatetime link lists media nonbreaking noneditable pagebreak paste preview print save searchreplace spellchecker tabfocus table template textcolor textpattern visualblocks visualchars wordcount'] + +export default plugins -- Gitblit v1.9.3