Files
divkit/test_data/regression_test_data/selectable_text.json
T
2022-09-06 10:43:11 +03:00

51 lines
1013 B
JSON

{
"templates": {
"text_block": {
"type": "text",
"text_color": "#1ABC9C",
"font_size": 18,
"paddings": {
"top": 8
}
}
},
"card": {
"log_id": "sample_card",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"orientation": "vertical",
"margins": {
"bottom": 48
},
"paddings": {
"top": 16,
"bottom": 16,
"left": 16,
"right": 16
},
"background": [
{
"type": "solid",
"color": "#34495E"
}
],
"items": [
{
"type": "text_block",
"text": "This text is selectable and can be copied.",
"selectable": 1
},
{
"type": "text_block",
"text": "This text is not selectable."
}
]
}
}
]
}
}