#11085 tinymce add plugins imagen link

This commit is contained in:
Jonathan 2023-05-03 08:04:54 +02:00
parent 77ac357745
commit 9da4f3d656
1 changed files with 1 additions and 1 deletions

View File

@ -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
});