Text filters in editor fields
Posted: 04 Apr 2017, 15:47
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 be replaced with where editor fields are used.
It would greatly improve edition of content :-)
Thank you!
I would suggest
Code: Select all
filter="safehtml"
Code: Select all
filter="JComponentHelper::filterText"
It would greatly improve edition of content :-)
Thank you!