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

--- Comment #10 from Lucas Gass <lu...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to