https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39860
Lisette Scheer <lise...@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lise...@bywatersolutions.co | |m --- Comment #52 from Lisette Scheer <lise...@bywatersolutions.com> --- (In reply to David Cook from comment #51) > So the WYSIWYG thing is an issue for sure. > > We might want to make a change to the HTML customizations feature (or rather > DB schema) that allows us to specify that some can only be edited using the > text editor and not the WYSIWYG I reckon... In my in progress work on css and js snippets I'm doing this to make them always load the text: [% IF ( wysiwyg ) && category != 'js_snippets' && category != 'css_snippets' %] [% SET editmode = "wysiwyg" %] I worry about being too restrictive when the library is already going to be vetting employees. Could we compromise by doing a more restrictive scrub unless you have specific permissions and not allow editing of ones that would be scrubbed if you didn't have the right permission? -- 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/