Disabling emojis

I have disabled the icon mappings in xwiki.properties as suggested at http://extensions.xwiki.org/xwiki/bin/view/Extension/Icon%20Transformation

Still emojis are displayed.
I know there is other method. e.g. {{{(x)}}}. But I prefer disabling it in server properties.

I am using xwiki 9.5.1. And yes, I cleared the browser cache as well (on client machine)
Is there anything on server to clear, like cache??

Could you paste the content of your xwiki.properties related to icon mappings?

Hi… Thank you for your response.
I have done it as in xwiki.properties:

rendering.transformation.icon.mappings = (y) =
rendering.transformation.icon.mappings = (n) =
rendering.transformation.icon.mappings = (i) =

Just tested on XWiki 9.5.1 by copy-pasting your config in my xwiki.properties ad restarted XWiki and it works fine… I tested on a page with content: hello (y) (n) (i). Maybe you made a mistake somewhere? Did you restart XWiki?

Yes I restarted XWiki.
Could please tell me the path of xwiki.properties file to be edited. I see several of them. May be I did something wrong there

There’s only one path for xwiki.properties, see http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration

Yes I have edited the same. Still getting problem. May be I have messed up something. :disappointed_relieved:

You could try putting this in a page to see what your instance config is:

{{velocity}}
{{{$services.component.getInstance('org.xwiki.rendering.transformation.icon.IconTransformationConfiguration').getMappings()}}}
{{/velocity}}

Hi. I got the correct mappings as per my need.
e.g. (x)=, (-)=, (*)=, (i)=, (!)=, (off)=, (/)=, (n)=, (on)=, (y)=, (+)=, (?)=

I just restarted my server system. It worked perfectly.

Thank you very much vmassol. Have a nice day :bouquet: