mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
42 lines
937 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|