Files
babaevmm 201be941c9 fix json format
commit_hash:fd6e36a8ea96d96b9a00bac60a72f213c5f2dc0e
2025-02-07 18:43:40 +03:00

190 lines
4.5 KiB
JSON

{
"templates": {
"title": {
"type": "text",
"font_size": 20,
"line_height": 24,
"font_weight": "bold",
"paddings": {
"left": 24,
"right": 24,
"bottom": 24
}
},
"subtitle": {
"font_size": 15,
"line_height": 20,
"type": "text",
"paddings": {
"left": 24,
"right": 24,
"top": 26
}
},
"image_block": {
"type": "subtitle",
"paddings": {
"left": 0,
"right": 0,
"top": 0
},
"text_alignment_vertical": "center",
"text_alignment_horizontal": "center",
"alignment_vertical": "center",
"alignment_horizontal": "center",
"text": "Image Area",
"background": [
{
"type": "solid",
"color": "#F9F9F9"
}
],
"height": {
"type": "match_parent"
},
"width": {
"type": "match_parent"
}
},
"image_container": {
"type": "container",
"height": {
"type": "fixed",
"value": 212
},
"width": {
"type": "fixed",
"value": 180
},
"background": [
{
"type": "image",
"image_url": "https://yastatic.net/s3/home/divkit/pattern.png",
"scale": "fill"
}
]
},
"scale_type_title": {
"type": "title",
"font_size": 10,
"line_height": 16,
"paddings": {
"left": 0,
"right": 0,
"bottom": 0
},
"text_alignment_vertical": "center",
"text_alignment_horizontal": "center",
"alignment_vertical": "center",
"alignment_horizontal": "center"
}
},
"card": {
"log_id": "sample_card",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"orientation": "vertical",
"content_alignment_horizontal": "center",
"margins": {
"top": 24,
"bottom": 24
},
"items": [
{
"type": "title",
"text": "Image scale"
},
{
"type": "image_container",
"items": [
{
"type": "image_block",
"margins": {
"top": 24,
"left": 8,
"right": 8,
"bottom": 6
}
},
{
"type": "scale_type_title",
"text": "CROP AREA",
"margins": {
"top": 0,
"bottom": 2
}
}
]
},
{
"type": "subtitle",
"text": "fill: Fills all available space. If something doesn't fit, it's cropped.",
"margins": {
"bottom": 24
}
},
{
"type": "image_container",
"orientation": "overlap",
"items": [
{
"type": "image_block",
"margins": {
"left": 40,
"right": 40,
"start": 40,
"end": 40
},
"width": {
"type": "fixed",
"value": 100
}
},
{
"type": "scale_type_title",
"text": "WRAPPER AREA",
"font_size": 8,
"line_height": 12,
"margins": {
"left": 140
}
}
]
},
{
"type": "subtitle",
"text": "fit: Fits into the boundaries. Any remaining space will be empty.",
"margins": {
"bottom": 38
}
},
{
"type": "image_container",
"width": {
"type": "fixed",
"value": 165
},
"height": {
"type": "fixed",
"value": 110
},
"items": [
{
"type": "image_block"
}
]
},
{
"type": "subtitle",
"text": "fixed: Fixed image sizes and proportions."
}
]
}
}
]
}
}