Files
divkit/test_data/regression_test_data/pager/pager.json
T
4eb0da d2a655fdec Add image description for the a11y test
commit_hash:90bbfcc85654f4b470dd5e895c05f946caf29224
2025-02-14 21:25:04 +03:00

178 lines
5.0 KiB
JSON

{
"templates": {
"text_block": {
"type": "text",
"background": [
{
"type": "solid",
"color": "#0e000000"
}
],
"height": {
"type": "fixed",
"value": 240,
"unit": "sp"
},
"border": {
"corner_radius": 16
},
"font_size": 20,
"text_alignment_vertical": "center",
"text_alignment_horizontal": "center",
"text_color": "#000000"
},
"image_block": {
"type": "image",
"border": {
"corner_radius": 16
},
"image_url": "https://yastatic.net/s3/home/yandex-app/div_demo/containers.png",
"placeholder_color": "#C0C0B0",
"preload_required": 1,
"alpha": 0.8,
"height": {
"type": "fixed",
"value": 240
},
"accessibility": {
"description": "image"
}
}
},
"card": {
"log_id": "gallery",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"background": [
{
"type": "solid",
"color": "#FFFFFF"
}
],
"border": {
"corner_radius": 20
},
"items": [
{
"type": "container",
"items": [
{
"type": "pager",
"item_spacing": {
"type": "fixed",
"value": 5
},
"items": [
{
"type": "text_block",
"text": "Item 0",
"id": "block_1",
"visibility_actions": [
{
"log_id": "content_item_show:0",
"visibility_percentage": 80,
"visibility_duration": 0
}
]
},
{
"type": "image_block",
"id": "block_2",
"visibility_actions": [
{
"log_id": "content_item_show:1",
"visibility_percentage": 80,
"visibility_duration": 0
}
]
},
{
"type": "text_block",
"text": "Item 2",
"visibility_actions": [
{
"log_id": "content_item_show:2",
"visibility_percentage": 80,
"visibility_duration": 0
}
]
},
{
"type": "image_block",
"visibility_actions": [
{
"log_id": "content_item_show:3",
"visibility_percentage": 80,
"visibility_duration": 0
}
]
},
{
"type": "text_block",
"text": "Item 4",
"visibility_actions": [
{
"log_id": "content_item_show:4",
"visibility_percentage": 80,
"visibility_duration": 0
}
]
},
{
"type": "image_block",
"visibility_actions": [
{
"log_id": "content_item_show:5",
"visibility_percentage": 80,
"visibility_duration": 0
}
]
}
],
"layout_mode": {
"type": "fixed",
"neighbour_page_width": {
"type": "fixed",
"value": 20
}
},
"margins": {
"top": 8
},
"paddings": {
"right": 10,
"left": 10
},
"restrict_parent_scroll": 1
}
]
},
{
"max_lines": 1,
"type": "text",
"font_size": 14,
"line_height": 18,
"text": "Goooooose…",
"text_color": "#808080",
"margins": {
"top": 10,
"bottom": 10,
"left": 20,
"start": 20
},
"visibility_actions": [
{
"log_id": "goose_shown"
}
]
}
]
}
}
]
}
}