Files
divkit/test_data/regression_test_data/rebind/custom/custom-container.json
T
the-leo 58c2cd59b3 Complex rebind fixes
37f7f9b8cc7b2d4f8aae7e7622dde9bc430bf6cd
2024-05-07 13:41:44 +03:00

84 lines
1.9 KiB
JSON

{
"templates": {
"button": {
"type": "text",
"background": [
{
"type": "solid",
"color": "#550055"
}
],
"paddings": {
"left": 50,
"right": 50,
"top": 20,
"bottom": 20
},
"width": {
"type": "wrap_content"
},
"text_color": "#FFF"
},
"news_item_template": {
"type": "text",
"font_size": 16,
"line_height": 20,
"text_color": "#333",
"$text": "news_item_text",
"paddings": {
"left": 12,
"right": 12,
"top": 8
}
}
},
"card": {
"log_id": "custom_card",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"margins": {
"left": 16,
"top": 16,
"right": 16,
"bottom": 16
},
"items": [
{
"type": "custom",
"id": "new_custom_container_1",
"items": [
{
"type": "news_item_template",
"news_item_text": "This is div-text item 1"
},
{
"type": "news_item_template",
"news_item_text": "This is div-text item 2"
},
{
"type": "news_item_template",
"news_item_text": "This is div-text item 3"
}
],
"custom_type": "new_custom_container_1"
},
{
"type": "button",
"text": "Next",
"actions": [
{
"log_id": "rebinding",
"url": "div-demo-action://set_data?path=rebind/custom/custom-container-rebound.json"
}
]
}
]
}
}
]
}
}