[Koha-bugs] [Bug 26942] TinyMCE in the News Tool is still doing some types of automatic code cleanup

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 26 16:15:55 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26942

--- Comment #10 from Lucas Gass <lucas at bywatersolutions.com> ---
(In reply to Kyle M Hall from comment #9)
> It looks like we could optionally disable validation in TinyMCE:
> https://stackoverflow.com/questions/7058623/tinymce-completely-disable-
> validation

verify_html: false is already set when initializing TinyMCE. Maybe we should
add these other lines to the config:


    cleanup_on_startup: false,
    trim_span_elements: false,
    cleanup: false,
    convert_urls: false

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list