Page 1 of 1

Text filters in editor fields

Posted: 04 Apr 2017, 15:47
by obuisard
Editor fields (like for the category description) should ideally use text filters (set in the global configuration) instead of being bound to safehtml, which reduces the numbers of html elements that can be added to the text.

I would suggest

Code: Select all

filter="safehtml"
be replaced with

Code: Select all

filter="JComponentHelper::filterText"
where editor fields are used.

It would greatly improve edition of content :-)

Thank you!

Re: Text filters in editor fields

Posted: 05 Apr 2017, 15:15
by Jan
Hi, thank you very much for the info, I will take a look at it for the next version.

Thank you. Jan