Changes for page FontAwesome
Last modified by Thomas Coelho (local) on 2026/02/05 11:32
From version 1.1
edited by Thomas Coelho (local)
on 2025/11/05 14:40
on 2025/11/05 14:40
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-icon-fontawesome/17.9.0]
To version 2.1
edited by Thomas Coelho (local)
on 2026/02/05 11:32
on 2026/02/05 11:32
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-icon-fontawesome/18.0.1]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,6 +1,6 @@ 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') 3 +xwiki.iconset.css = $services.webjars.url('org.webjars:font-awesome', 'css/all.min.css'),$services.webjars.url('org.webjars:font-awesome', 'css/v4-shims.min.css') 4 4 xwiki.iconset.render.wiki = {{html clean="false"}}<span class="fa fa-$icon" aria-hidden="true"></span>{{/html}} 5 5 xwiki.iconset.render.html = <span class="fa fa-$icon" aria-hidden="true"></span> 6 6 xwiki.iconset.icon.cssClass = fa fa-$icon ... ... @@ -91,6 +91,7 @@ 91 91 user = user 92 92 group = group 93 93 heart = heart 94 +heart_empty = heart-o 94 94 question = question-circle 95 95 image = image 96 96 key = key ... ... @@ -164,6 +164,13 @@ 164 164 arrow_in = window-minimize 165 165 reposition = arrows 166 166 168 +## Since 17.10.0RC1 169 +sort-ascending = sort-amount-asc 170 +sort-descending = sort-amount-desc 171 + 172 +## Since 18.0.0RC1 173 +note = sticky-note 174 + 167 167 ## Silk icons for backward compatibility (see: http://design.xwiki.org/xwiki/bin/view/Proposal/Silk+Mapping). 168 168 accept = check 169 169 anchor = anchor