Files
divkit/test_data/unit_test_data/div-text/with_menu_items.json
T
babaevmm 201be941c9 fix json format
commit_hash:fd6e36a8ea96d96b9a00bac60a72f213c5f2dc0e
2025-02-07 18:43:40 +03:00

50 lines
921 B
JSON

{
"type": "text",
"width": {
"type": "match_parent"
},
"height": {
"type": "wrap_content"
},
"margins": {
"left": 16,
"top": 16,
"right": 16,
"bottom": 16
},
"action": {
"log_id": "multi_menu",
"menu_items": [
{
"text": "Single action",
"action": {
"url": "http://ya.ru?q=single",
"log_id": "single"
}
},
{
"text": "Multiple actions",
"actions": [
{
"url": "custom-menu://first",
"log_id": "first"
},
{
"url": "custom-menu://second",
"log_id": "second"
}
]
},
{
"text": "No actions"
}
]
},
"font_size": 20,
"font_weight": "medium",
"text_alignment_horizontal": "center",
"text_alignment_vertical": "center",
"text_color": "#1ABC9C",
"text": "Open menu"
}