mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
43 lines
822 B
JSON
43 lines
822 B
JSON
{
|
|
"description": "Text with border with shadow",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
],
|
|
"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,
|
|
"paddings": {
|
|
"left": 10,
|
|
"right": 10
|
|
},
|
|
"margins": {
|
|
"left": 10,
|
|
"top": 10,
|
|
"right": 10,
|
|
"bottom": 10
|
|
},
|
|
"border": {
|
|
"has_shadow": 1,
|
|
"corner_radius": 4
|
|
},
|
|
"background": [
|
|
{
|
|
"color": "#FFAAAAAA",
|
|
"type": "solid"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|