mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
50 lines
997 B
JSON
50 lines
997 B
JSON
{
|
|
"description": "Container with shadow offset to the right and down",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
],
|
|
"templates": {},
|
|
"card": {
|
|
"log_id": "snapshot_test_card",
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "image",
|
|
"image_url": "https://yastatic.net/s3/home/divkit/chess.png",
|
|
"paddings": {
|
|
"left": 10,
|
|
"right": 10
|
|
},
|
|
"margins": {
|
|
"left": 10,
|
|
"top": 10,
|
|
"right": 10,
|
|
"bottom": 10
|
|
},
|
|
"border": {
|
|
"has_shadow": 1,
|
|
"shadow": {
|
|
"offset": {
|
|
"x": {
|
|
"value": 8
|
|
},
|
|
"y": {
|
|
"value": 8
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 100
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|