Changes for page FontAwesome
Last modified by teamwire005 on 2025/01/07 08:37
From version 3.1
edited by teamwire004
on 2024/07/12 13:06
on 2024/07/12 13:06
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-icon-fontawesome/15.10.10]
To version 2.1
edited by teamwire004
on 2024/01/16 09:32
on 2024/01/16 09:32
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-icon-fontawesome/14.10.13]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,8 +1,8 @@ 1 1 ## General settings 2 2 xwiki.iconset.type = font 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>3 +xwiki.iconset.ssx = IconThemes.FontAwesome 4 +xwiki.iconset.render.wiki = {{html clean="false"}}<span class="fa fa-$icon"></span>{{/html}} 5 +xwiki.iconset.render.html = <span class="fa fa-$icon"></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).
- XWiki.StyleSheetExtension[0]
-
- Caching policy
-
... ... @@ -1,0 +1,1 @@ 1 +long - Code
-
... ... @@ -1,0 +1,1 @@ 1 +@import "$services.webjars.url('org.webjars:font-awesome', 'css/font-awesome.min.css')" - Name
-
... ... @@ -1,0 +1,1 @@ 1 +Font-Awesome CSS - Parse content
-
... ... @@ -1,0 +1,1 @@ 1 +Yes - Use this extension
-
... ... @@ -1,0 +1,1 @@ 1 +onDemand