Changes for page FontAwesome
Last modified by Martin Výlet on 19.10.2024 11:14
From version 5.1
edited by Administrator
on 12.12.2023 20:05
on 12.12.2023 20:05
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-icon-fontawesome/15.9]
To version 6.1
edited by Martin Výlet
on 12.01.2024 08:04
on 12.01.2024 08:04
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-icon-fontawesome/15.10.4]
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (0 modified, 0 added, 1 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. xwikiadm1 +XWiki.vyl0022 - Content
-
... ... @@ -1,8 +1,8 @@ 1 1 ## General settings 2 2 xwiki.iconset.type = font 3 -xwiki.iconset.ss x=IconThemes.FontAwesome4 -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> 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> 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,1 +1,0 @@ 1 -long - Code
-
... ... @@ -1,1 +1,0 @@ 1 -@import "$services.webjars.url('org.webjars:font-awesome', 'css/font-awesome.min.css')" - Name
-
... ... @@ -1,1 +1,0 @@ 1 -Font-Awesome CSS - Parse content
-
... ... @@ -1,1 +1,0 @@ 1 -Yes - Use this extension
-
... ... @@ -1,1 +1,0 @@ 1 -onDemand