mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
e46db6f1f0
new regression label new regression cards
56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"templates": {
|
|
"text_block": {
|
|
"type": "text",
|
|
"text_color": "#000000",
|
|
"font_size": 18
|
|
}
|
|
},
|
|
"card": {
|
|
"log_id": "sample_card",
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"margins": {
|
|
"bottom": 48
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 140
|
|
},
|
|
"paddings": {
|
|
"top": 16,
|
|
"bottom": 16,
|
|
"left": 16,
|
|
"right": 16
|
|
},
|
|
"content_alignment_vertical": "center",
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#0e000000"
|
|
}
|
|
],
|
|
"items": [
|
|
{
|
|
"type": "text_block",
|
|
"text": "This text is selectable and can be copied.",
|
|
"selectable": 1
|
|
},
|
|
{
|
|
"type": "text_block",
|
|
"text": "This text is not selectable.",
|
|
"paddings": {
|
|
"top": 14
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|