From 553aa49518992c21c1af24303e0b8254b374f44d Mon Sep 17 00:00:00 2001 From: fredtempez Date: Wed, 26 May 2021 19:44:16 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9sactiver=20image=20tool?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- core/vendor/tinymce/init.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a9adb678..a924d6fd 100755 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Fichiers du site -site/ +site/* # Dossiers vides dans GitHub !.gitkeep diff --git a/core/vendor/tinymce/init.js b/core/vendor/tinymce/init.js index 240c78ec..fdcaad80 100755 --- a/core/vendor/tinymce/init.js +++ b/core/vendor/tinymce/init.js @@ -25,7 +25,7 @@ tinymce.init({ // Langue language: "fr_FR", // Plugins - plugins: "advlist anchor autolink autoresize autosave codemirror colorpicker contextmenu fullscreen hr image imagetools link lists media paste searchreplace stickytoolbar tabfocus table template textcolor emoticons nonbreaking", + plugins: "advlist anchor autolink autoresize autosave codemirror colorpicker contextmenu fullscreen hr image link lists media paste searchreplace stickytoolbar tabfocus table template textcolor emoticons nonbreaking", // Contenu de la barre d'outils toolbar: "restoredraft | undo redo | formatselect bold italic underline forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist emoticons | table template | image media link | code fullscreen", // Emoticons