There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-0ba32583-1e4a-4e95-900d-4a312b1e1cae XWIKI-15026 Open

Upgrade Font Awesome to 6.x

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-5853a273-6724-4fdc-991e-fd668d2dc29c Marius Dumitru Florea on 04/Dec/24 15:40
 

Thiago Krieck so we need to:

  • either add support for specifying multiple xwiki.iconset.css (to be able to load multiple CSS files from the Font Awesome WebJar, in a specific order)
  • or create a xwiki-platform-icon-fontawesome-webjar module with a CSS that imports all the other CSS files from the Font Awesome WebJar, and we set this one as value of xwiki.iconset.css (forcing Velocity evaluation server-side)

I prefer the first option. I can help with this.