mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
70 lines
1.3 KiB
JSON
70 lines
1.3 KiB
JSON
{
|
|
"templates": {
|
|
"patch_card": {
|
|
"type": "container",
|
|
"height": {
|
|
"type": "fixed",
|
|
"unit": "sp",
|
|
"value": 76
|
|
},
|
|
"width": {
|
|
"type": "match_parent"
|
|
},
|
|
"background": [
|
|
{
|
|
"color": "#FF0000",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"patch": {
|
|
"mode": "partial",
|
|
"changes": [
|
|
{
|
|
"id": "item2",
|
|
"items": [
|
|
{
|
|
"type": "patch_card",
|
|
"alert_text": "2.1 item from patch"
|
|
},
|
|
{
|
|
"type": "patch_card",
|
|
"alert_text": "2.2 item from patch"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "absentId",
|
|
"items": [
|
|
{
|
|
"type": "patch_card",
|
|
"alert_text": "4.1 item from patch"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|