Untitled

 avatar
unknown
plain_text
7 days ago
851 B
5
Indexable
{
    "templates": {
        "text_template": {
            "type": "text",
            "font_size": 24
        }
    },
    "card": {
        "log_id": "snapshot_test_card",
        "states": [
            {
                "state_id": 0,
                "div": {
                    "type": "container",
                    "orientation": "vertical",
                    "items": [
                        {
                            "type": "text_template",
                            "text": "Default Typeface"
                        
                        },
                        {
                            "type": "text_template",
                            "text": "Shade Blue",
                            "font_family": "shadeBlue"
                        }
                    ]
                }
            }
        ]
    }
}
Leave a Comment