summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-03-23 20:53:48 +0100
committerpolo <ordipolo@gmx.fr>2025-03-23 20:53:48 +0100
commit1f8e8554a3f7f9395835210d7c04cc742cf9c771 (patch)
treea18f762e0575ac683bd127ab6a1b21142c4c43b7
parent48fcf626c68b3341927e8111f731cc6064717d45 (diff)
downloadtinymce-1f8e8554a3f7f9395835210d7c04cc742cf9c771.zip
fontsizeinput est plus sympa que fontsize
-rw-r--r--public/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php
index 0c4c5f1..3708539 100644
--- a/public/index.php
+++ b/public/index.php
@@ -93,7 +93,7 @@ elseif(isset($_GET['action']) && $_GET['action'] == 'upload_image'){
93 license_key: 'gpl', 93 license_key: 'gpl',
94 branding: false, 94 branding: false,
95 plugins: 'lists link autolink table image media autoresize help', 95 plugins: 'lists link autolink table image media autoresize help',
96 toolbar: 'undo redo newdocument print selectall styles bold italic underline strikethrough fontsize forecolor backcolor fontfamily align numlist bullist outdent indent table link image media help', 96 toolbar: 'undo redo newdocument print selectall styles bold italic underline strikethrough fontsizeinput forecolor backcolor fontfamily align numlist bullist outdent indent table link image media help',
97 menubar: false, 97 menubar: false,
98 toolbar_mode: 'wrap', 98 toolbar_mode: 'wrap',
99 statusbar: false, 99 statusbar: false,