Files
divkit/test_data/snapshot_test_data/div-text/solid-background.json
T
2023-03-28 22:25:22 +03:00

28 lines
490 B
JSON

{
"description": "Text with solid background",
"platforms": [
"android",
"ios",
"web"
],
"card": {
"log_id": "snapshot_test_card",
"states": [
{
"state_id": 0,
"div": {
"type": "text",
"text": "It is a dark time for the Rebellion.",
"font_size": 12,
"background": [
{
"color": "#AAAAAA",
"type": "solid"
}
]
}
}
]
}
}