Files
2022-09-28 09:22:37 +03:00

42 lines
937 B
JSON

{
"card": {
"log_id": "custom_card",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"margins": {
"left": 16,
"top": 16,
"right": 16,
"bottom": 16
},
"items": [
{
"type": "custom",
"id": "old_custom_card_1",
"custom_type": "old_custom_card_1"
},
{
"type": "custom",
"id": "old_custom_card_2",
"custom_type": "old_custom_card_2"
},
{
"type": "custom",
"id": "new_custom_card_1",
"custom_type": "new_custom_card_1"
},
{
"type": "custom",
"id": "new_custom_card_2",
"custom_type": "new_custom_card_2"
}
]
}
}
]
}
}