From 7b38dd9a0840a888212c3126257175b85faade1c Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Thu, 19 Sep 2024 17:37:09 +0000 Subject: [PATCH] Bug 37965: Restore Bug 12032 - TinyMCE rewrites urls in a very annoying and unexpected way To test: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12032#c3 Signed-off-by: Lucas Gass Signed-off-by: David Cook Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/tools/additional-contents.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt index cae16e2d56..d5537d3928 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt @@ -779,6 +779,7 @@ branding : false, block_unsupported_drop : false, content_css : "[% interface | html %]/[% theme | html %]/css/tinymce.css", + convert_urls : false, custom_elements:"style,link,~link", extended_valid_elements:"style,link[href|rel]", force_br_newlines : false, -- 2.39.5