mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
ee00ecf038
commit_hash:b9e6c2fb1021e7ec0ad3519d8086348730a9e638
77 lines
1.7 KiB
JSON
77 lines
1.7 KiB
JSON
{
|
|
"templates": {
|
|
"item": {
|
|
"type": "text",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 60
|
|
},
|
|
"paddings": {
|
|
"start": 16,
|
|
"top": 16,
|
|
"end": 16,
|
|
"bottom": 16
|
|
},
|
|
"border": {
|
|
"corner_radius": 8,
|
|
"stroke": {
|
|
"color": "#888888"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"log_id": "patch_root",
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"id": "root_div",
|
|
"type": "container",
|
|
"visibility_action": {
|
|
"log_id": "visibility",
|
|
"url": "div-action://download?url=https%3A%2F%2Fyastatic.net%2Fs3%2Fhome%2Fdivkit%2Froot-patch.json"
|
|
},
|
|
"height": {
|
|
"type": "match_parent"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "container",
|
|
"id": "item1",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"text": "Original text",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 48
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "container",
|
|
"id": "item2",
|
|
"height": {
|
|
"type": "match_parent"
|
|
},
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "item",
|
|
"text": "First item in container"
|
|
},
|
|
{
|
|
"type": "item",
|
|
"text": "Second item in container"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|