Files
2023-01-24 08:58:46 +03:00

82 lines
1.9 KiB
JSON

{
"description": "TODO: https://nda.ya.ru/t/MMvpmt855oXgre",
"platforms": [
"android",
"ios",
"web"
],
"templates": {},
"card": {
"log_id": "snapshot_test_card",
"states": [
{
"state_id": 0,
"div": {
"type": "tabs",
"width": {
"type": "wrap_content"
},
"items": [
{
"title": "test1",
"div": {
"type": "text",
"width": {
"type": "fixed",
"value": 100
},
"height": {
"type": "fixed",
"value": 100
},
"paddings": {
"left": 16,
"right": 16
},
"border": {
"corner_radius": 6
},
"background": [
{
"type": "solid",
"color": "#ffffff"
}
],
"text": "Ул. Льва Толстого, 16"
}
},
{
"title": "test2",
"div": {
"type": "text",
"width": {
"type": "fixed",
"value": 100
},
"height": {
"type": "fixed",
"value": 100
},
"paddings": {
"left": 16,
"right": 16
},
"border": {
"corner_radius": 6
},
"background": [
{
"type": "solid",
"color": "#ffffff"
}
],
"text": "Ул. Льва Толстого, 16"
}
}
]
}
}
]
}
}