We use the figcaption to embed some copyright information, but it gets stripped by safe_html. Adding the tag to the list of user defined tags at @@filter-controlpanel seems to work.
Can we add figcaption next to figure in the list of valid tags for safe_html: https://github.com/plone/Products.PortalTransforms/blob/master/Products/PortalTransforms/transforms/safe_html.py#L109?
We use the figcaption to embed some copyright information, but it gets stripped by safe_html. Adding the tag to the list of user defined tags at @@filter-controlpanel seems to work.
Can we add figcaption next to figure in the list of valid tags for safe_html: https://github.com/plone/Products.PortalTransforms/blob/master/Products/PortalTransforms/transforms/safe_html.py#L109?