From 2a80792b466e5946388d33bb9f52aa9a6f03da08 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 --- .../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 da14ca5c2b..d8ad758af8 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 @@ -785,6 +785,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.34.1