AppSuite:Emoji: Difference between revisions
From Open-Xchange
(add stub article for emoji) |
|||
Line 8: | Line 8: | ||
== Config paths == | == 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 == | == Affected paths on file system == | ||
== How to add a new icon set == | == How to add a new icon set == |
Revision as of 10:35, 1 July 2013
API status: In Development
Emoji Configuration
Abstract. In this article, the support for emoji is described in detail. Learn about how different icon sets can be included and configured.
Config paths
Configuration will be served via jslob service at the following path.
io.ox/mail//emoji
The object can contain these keys (default values in curly brackets):
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)