Changes for page Icon Transformation

Last modified by Raphaƫl Jakse on 2023/02/23 11:06

From version 1.9
edited by Gerard Perreault
on 2016/03/28 20:52
Change comment: Edited comment 0
To version 2.1
edited by Vincent Massol
on 2017/04/14 11:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.gperreault1
1 +xwiki:XWiki.VincentMassol
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -26,6 +26,7 @@
26 26  It's possible to customize 2 things:
27 27  * Change the icon used to represent one of the default mappings
28 28  * Add new mappings so that other series of characters are recognized
29 +* Remove default mappings
29 29  
30 30  To make those changes, edit ##WEB-INF/lib/xwiki.properties## and look for keys starting with the ##rendering.transformation.icon.## prefix.
31 31  
... ... @@ -43,3 +43,8 @@
43 43  rendering.transformation.icon.mappings = (h) = heart
44 44  {{/code}}
45 45  
47 +{{info}}Since XWiki 8.4.5+/9.3RC1+{{/info}}. If you wish to remove a default mapping, simply redefine the emoticon with a blank value. For example to prevent {{{(n)}}} from displaying you'd add:(((
48 +{{code}}
49 +rendering.transformation.icon.mappings = (n) =
50 +{{/code}}
51 +
Show installed count
... ... @@ -1,0 +1,1 @@
1 +Yes

Get Connected