Files
2023-11-22 21:19:47 +03:00

89 lines
1.9 KiB
JSON

{
"templates": {
"alert_card": {
"type": "container",
"height": {
"type": "fixed",
"unit": "sp",
"value": 76
},
"width": {
"type": "match_parent",
"weight": 1
},
"background": [
{
"color": "#FFFFFF",
"type": "solid"
}
],
"border": {
"corner_radius": 6,
"stroke": {
"color": "#E5E5E5"
}
},
"orientation": "horizontal",
"items": [
{
"type": "text",
"max_lines": 3,
"font_size": 14,
"line_height": 18,
"margins": {
"top": 9,
"left": 8
},
"font_weight": "medium",
"$text": "alert_text"
}
]
}
},
"card": {
"log_id": "alerts_gallerty",
"states": [
{
"state_id": 0,
"div": {
"type": "grid",
"visibility_action": {
"log_id": "visibility",
"url": "div-action://download?url=https%3A%2F%2Fyastatic.net%2Fs3%2Fhome%2Fdivkit%2Fpartial-patch.json"
},
"column_count": 2,
"width": {
"type": "match_parent"
},
"paddings": {
"top": 12,
"bottom": 12
},
"items": [
{
"type": "alert_card",
"id": "item1",
"alert_text": "1 item"
},
{
"type": "alert_card",
"id": "item2",
"alert_text": "2 item"
},
{
"type": "alert_card",
"id": "item3",
"alert_text": "3 item"
},
{
"type": "alert_card",
"id": "item4",
"alert_text": "4 item"
}
]
}
}
]
}
}