mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
b320b41834
commit_hash:39fa333110b40aaf54822cd059ba234934e82055
99 lines
2.3 KiB
JSON
99 lines
2.3 KiB
JSON
{
|
|
"templates": {
|
|
"text_block": {
|
|
"type": "text",
|
|
"border": {
|
|
"corner_radius": 8,
|
|
"stroke": {
|
|
"color": "#ffffff",
|
|
"width": 2
|
|
}
|
|
},
|
|
"background": [
|
|
{
|
|
"color": "#0e000000",
|
|
"type": "solid"
|
|
}
|
|
],
|
|
"font_size": 20,
|
|
"text_alignment_vertical": "center",
|
|
"text_alignment_horizontal": "center",
|
|
"text_color": "#000000",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 80
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"log_id": "sample_card",
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "tabs",
|
|
"height": {
|
|
"type": "wrap_content"
|
|
},
|
|
"paddings": {
|
|
"left": 16,
|
|
"right": 16
|
|
},
|
|
"margins": {
|
|
"top": 4,
|
|
"bottom": 28
|
|
},
|
|
"items": [
|
|
{
|
|
"title": "Tab 1",
|
|
"div": {
|
|
"type": "text_block",
|
|
"text": "Item 0",
|
|
"width": {
|
|
"type": "match_parent"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"title": "Tab 2",
|
|
"div": {
|
|
"type": "text_block",
|
|
"text": "Item 1",
|
|
"width": {
|
|
"type": "match_parent"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"title": "Tab 3",
|
|
"div": {
|
|
"type": "text_block",
|
|
"text": "Item 3",
|
|
"width": {
|
|
"type": "match_parent"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"title": "Tab 4",
|
|
"div": {
|
|
"type": "text_block",
|
|
"text": "Item 4",
|
|
"width": {
|
|
"type": "match_parent"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|