Files
divkit/test_data/regression_test_data/patch/actions_failed.json
T
babaevmm 1d68e50782 support patch properties
commit_hash:8863bfcf57ccb5a8b9ea4986010f4770821772db
2025-03-25 01:45:35 +03:00

98 lines
2.1 KiB
JSON

{
"templates": {
"alert_card": {
"type": "container",
"height": {
"type": "fixed",
"unit": "sp",
"value": 76
},
"width": {
"type": "match_parent"
},
"background": [
{
"color": "#FFFFFF",
"type": "solid"
}
],
"border": {
"corner_radius": 6,
"stroke": {
"color": "#E5E5E5"
}
},
"orientation": "vertical",
"items": [
{
"type": "text",
"font_size": 14,
"text": "original text:"
},
{
"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_gallery",
"variables": [
{
"type": "string",
"name": "patch_status",
"value": "loading"
}
],
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"visibility_action": {
"log_id": "visibility",
"url": "div-action://download?url=https%3A%2F%2Fdivkit.tech%2Fplayground%2Fapi%2Fjson%3Fuuid%3Dd05dd997-ac93-426e-9dc2-ceb0e3c19183"
},
"width": {
"type": "match_parent"
},
"paddings": {
"top": 12,
"bottom": 12
},
"items": [
{
"type": "alert_card",
"id": "item2",
"alert_text": "1 item"
},
{
"type": "alert_card",
"id": "item3",
"alert_text": "3 item"
},
{
"type": "alert_card",
"id": "item4",
"alert_text": "4 item"
},
{
"type": "alert_card",
"alert_text": "Patch status: @{patch_status}"
}
]
}
}
]
}
}