From 9da4f3d6567eb187d84c0a8bcdd6bdc7a4dfd481 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 3 May 2023 08:04:54 +0200 Subject: [PATCH] #11085 tinymce add plugins imagen link --- pandora_console/include/javascript/pandora.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/javascript/pandora.js b/pandora_console/include/javascript/pandora.js index ea69d5f8d8..f5d444ae36 100644 --- a/pandora_console/include/javascript/pandora.js +++ b/pandora_console/include/javascript/pandora.js @@ -1436,7 +1436,7 @@ function openURLTagWindow(url) { function defineTinyMCE(selector) { tinymce.init({ selector: selector, - plugins: "preview, searchreplace, table, nonbreaking", + plugins: "preview, searchreplace, table, nonbreaking, link, image", promotion: false, branding: false });