{ "templates": { "text_block": { "type": "text", "text_color": "#000000", "font_size": 18 } }, "card": { "log_id": "sample_card", "states": [ { "state_id": 0, "div": { "type": "container", "orientation": "vertical", "margins": { "bottom": 48 }, "height": { "type": "fixed", "value": 140 }, "paddings": { "top": 16, "bottom": 16, "left": 16, "right": 16 }, "content_alignment_vertical": "center", "background": [ { "type": "solid", "color": "#0e000000" } ], "items": [ { "type": "text_block", "text": "This text is selectable and can be copied.", "selectable": 1 }, { "type": "text_block", "text": "This text is not selectable.", "paddings": { "top": 14 } } ] } } ] } }