26 Mar
2021
26 Mar
'21
3:15 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26942 --- Comment #10 from Lucas Gass <lucas@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.