Files
edubinskaya e46db6f1f0 update regression for internal usages
new regression label

new regression cards
2022-09-06 15:46:07 +03:00

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
}
}
]
}
}
]
}
}