Add a transformation to switch Images with the icon type into whatever the iconProvider component returns (which could very well be an image with reftype icon). This is not a good solution because its behaviour would be very inconsistent for every place where transformations or fonts are not available. E.g. exports and the WYSIWYG editors.
Second solution envisaged:
Use SVG URIs for every icon theme. This is not possible with FontAwesome 4, there's no SVG sprites provided for this version. We'd need to migrate to a more recent version of FA in XS before considering this change.
Charpentier Lucas on 07/Mar/25 12:11
First solution envisaged: * Add a transformation to switch Images with the icon type into whatever the iconProvider component returns (which could very well be an image with reftype icon). This is not a good solution because its behaviour would be very inconsistent for every place where transformations or fonts are not available. E.g. exports and the WYSIWYG editors.
Gist with an implementation of this transformation: https://gist.github.com/Sereza7/b4a4da7c12259530ec6d5e47de91e2a5
Second solution envisaged: * Use SVG URIs for every icon theme. This is not possible with FontAwesome 4, there's no SVG sprites provided for this version. We'd need to migrate to a more recent version of FA in XS before considering this change.
This message was sent by Atlassian Jira (v9.3.0#930000-sha1:287aeb6)
If image attachments aren't displayed, see this article.