Difference between revisions of "AppSuite:Emoji"

(Config paths)
(Replaced content with "The content on this page has moved to https://documentation.open-xchange.com/latest/ui/miscellaneous/emoji.html Note: Open-Xchange is in the process of migrating all its...")
 
(28 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Stability-experimental}}
+
The content on this page has moved to https://documentation.open-xchange.com/latest/ui/miscellaneous/emoji.html
  
<div class="title">Emoji Configuration</div>
+
Note: Open-Xchange is in the process of migrating all its technical documentation to a new and improved documentation system (documentation.open-xchange.com). Please note as the migration takes place more information will be available on the new system and less on this system. Thank you for your understanding during this period of transition.
 
 
'''Abstract.''' In this article, the support for emoji is described in detail. Learn about how different icon sets can be included and configured.
 
 
 
__TOC__
 
 
 
== Config paths ==
 
 
 
Configuration will be served via [[AppSuite:jslob|jslob]] service at the following path.
 
<pre>
 
io.ox/mail//emoji
 
</pre>
 
 
 
The object can contain these keys (default values in curly brackets):
 
 
 
<pre>
 
io.ox/mail//emoji/defaultCollection ('unified')
 
io.ox/mail//emoji/availableCollections ('unified')
 
io.ox/mail//emoji/forceEmojiIcons (false)
 
 
 
io.ox/mail//emoji/recently ({})
 
io.ox/mail//emoji/userCollection (emoji/defaultCollection)
 
</pre>
 
 
 
== Affected paths on file system ==
 
 
 
== How to add a new icon set ==
 

Latest revision as of 10:05, 22 May 2017

The content on this page has moved to https://documentation.open-xchange.com/latest/ui/miscellaneous/emoji.html

Note: Open-Xchange is in the process of migrating all its technical documentation to a new and improved documentation system (documentation.open-xchange.com). Please note as the migration takes place more information will be available on the new system and less on this system. Thank you for your understanding during this period of transition.