Editor Update
I've added a new function for containers which can strip html tags from a given string of content. This is configurable against the "UserGroup" as "Strip Tag List". Component is "shadomx.core.containers.container_utils" When doing this I discovered a bug where the editor was passing through "Font" tags to apply styles to content rather than "Spans". Basically form.content was being passed with "font" tags to control classes against text and form.htmlcontent was passing "spans". I've fixed update container call to use the later and thus resovle this issue. Any Shado7 sites already exisitng may well have "font" tags rather than spans so be careful if add "font" to the strip tag list. GS
Comments
There are no comments for this page as yet.
Add a comment