Changes for page FontAwesome

Last modified by Thomas Coelho (local) on 2024/12/17 09:49

From version 2.1
edited by Thomas Coelho (local)
on 2024/02/05 13:37
Change comment: Install extension [org.xwiki.platform:xwiki-platform-icon-fontawesome/16.0.0]
To version 3.1
edited by Thomas Coelho (local)
on 2024/05/16 11:00
Change comment: Install extension [org.xwiki.platform:xwiki-platform-icon-fontawesome/16.3.1]

Summary

Details

Page properties
Content
... ... @@ -1,8 +1,8 @@
1 1  ## General settings
2 2  xwiki.iconset.type = font
3 3  xwiki.iconset.css = $services.webjars.url('org.webjars:font-awesome', 'css/font-awesome.min.css')
4 -xwiki.iconset.render.wiki = {{html clean="false"}}<span class="fa fa-$icon" aria-hidden='true'></span>{{/html}}
5 -xwiki.iconset.render.html = <span class="fa fa-$icon" aria-hidden='true'></span>
4 +xwiki.iconset.render.wiki = {{html clean="false"}}<span class="fa fa-$icon" aria-hidden="true"></span>{{/html}}
5 +xwiki.iconset.render.html = <span class="fa fa-$icon" aria-hidden="true"></span>
6 6  xwiki.iconset.icon.cssClass = fa fa-$icon
7 7  
8 8  ## XWiki Icon Set (see: http://design.xwiki.org/xwiki/bin/view/Proposal/XWiki+Icon+Set).