From 1ee738ce64eb21075cc2e983f7f9d6fbacf475f9 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Tue, 29 Nov 2022 10:35:27 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"TinyMCE=20plugins=20d=C3=A9pr=C3=A9ci?= =?UTF-8?q?=C3=A9s"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 87ee136faf61b235828486e02c5b1ac47fa61311. --- core/vendor/tinymce/init.js | 2 +- core/vendor/tinymce/plugins/colorpicker/plugin.min.js | 9 +++++++++ core/vendor/tinymce/plugins/contextmenu/plugin.min.js | 9 +++++++++ core/vendor/tinymce/plugins/textcolor/plugin.min.js | 9 +++++++++ 4 files changed, 28 insertions(+), 1 deletion(-) create mode 100755 core/vendor/tinymce/plugins/colorpicker/plugin.min.js create mode 100755 core/vendor/tinymce/plugins/contextmenu/plugin.min.js create mode 100755 core/vendor/tinymce/plugins/textcolor/plugin.min.js diff --git a/core/vendor/tinymce/init.js b/core/vendor/tinymce/init.js index 3b779c18..973814ad 100755 --- a/core/vendor/tinymce/init.js +++ b/core/vendor/tinymce/init.js @@ -288,7 +288,7 @@ tinymce.init({ // Langue language: getCookie('ZWII_UI') === null ? "fr_FR" : getCookie('ZWII_UI'), // Plugins - plugins: "advlist anchor autolink autoresize autosave fullscreen hr lists paste searchreplace stickytoolbar tabfocus template visualblocks", + plugins: "advlist anchor autolink autoresize autosave colorpicker contextmenu fullscreen hr lists paste searchreplace stickytoolbar tabfocus template textcolor visualblocks", // Contenu de la barre d'outils toolbar: "formatselect bold italic forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist | visualblocks fullscreen", // Titre des images diff --git a/core/vendor/tinymce/plugins/colorpicker/plugin.min.js b/core/vendor/tinymce/plugins/colorpicker/plugin.min.js new file mode 100755 index 00000000..4781ad41 --- /dev/null +++ b/core/vendor/tinymce/plugins/colorpicker/plugin.min.js @@ -0,0 +1,9 @@ +/** + * Copyright (c) Tiny Technologies, Inc. All rights reserved. + * Licensed under the LGPL or a commercial license. + * For LGPL see License.txt in the project root for license information. + * For commercial licenses see https://www.tiny.cloud/ + * + * Version: 5.10.3 (2022-02-09) + */ +!function(){"use strict";tinymce.util.Tools.resolve("tinymce.PluginManager").add("colorpicker",function(){})}(); \ No newline at end of file diff --git a/core/vendor/tinymce/plugins/contextmenu/plugin.min.js b/core/vendor/tinymce/plugins/contextmenu/plugin.min.js new file mode 100755 index 00000000..2026ed0f --- /dev/null +++ b/core/vendor/tinymce/plugins/contextmenu/plugin.min.js @@ -0,0 +1,9 @@ +/** + * Copyright (c) Tiny Technologies, Inc. All rights reserved. + * Licensed under the LGPL or a commercial license. + * For LGPL see License.txt in the project root for license information. + * For commercial licenses see https://www.tiny.cloud/ + * + * Version: 5.10.3 (2022-02-09) + */ +!function(){"use strict";tinymce.util.Tools.resolve("tinymce.PluginManager").add("contextmenu",function(){})}(); \ No newline at end of file diff --git a/core/vendor/tinymce/plugins/textcolor/plugin.min.js b/core/vendor/tinymce/plugins/textcolor/plugin.min.js new file mode 100755 index 00000000..940f96e2 --- /dev/null +++ b/core/vendor/tinymce/plugins/textcolor/plugin.min.js @@ -0,0 +1,9 @@ +/** + * Copyright (c) Tiny Technologies, Inc. All rights reserved. + * Licensed under the LGPL or a commercial license. + * For LGPL see License.txt in the project root for license information. + * For commercial licenses see https://www.tiny.cloud/ + * + * Version: 5.10.3 (2022-02-09) + */ +!function(){"use strict";tinymce.util.Tools.resolve("tinymce.PluginManager").add("textcolor",function(){})}(); \ No newline at end of file