Skip to main content

Themes

This parameter defines the properties of the custom color themes.

services.CoAuthoring.themes.uri

Type: string Default: "/web-apps/apps/common/main/resources/themes"

Defines a path to the folder where all the json files with the custom color themes are stored.

Example

{
"services": {
"CoAuthoring": {
"themes": {
"uri": "/web-apps/apps/common/main/resources/themes"
}
}
}
}