Dictionary

Design related settings

Field Type Description
color Dictionary A dictionary with fields
font Dictionary A dictionary with fields

Examples

Example 1

{
    "color": {
        "colors": {
            "color_1": "#FFFFFF",
            "color_2": "#FFFFFF",
            "color_3": "#FFFFFF",
            "color_4": "#FFFFFF",
            "color_5": "#FFFFFF"
        },
        "use_as_background": "color_1"
    },
    "font": {
        "family": {
            "titles": "...",
            "text": "..."
        },
        "size": {
            "titles": 10,
            "text": 15
        }
    }
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.8.0 stable