Files
divkit/schema/div-image-base.json
babaevmm 3b4a296880 support preload_required
commit_hash:01ad472a712f682407b83d0a668de78065f5fac6
2025-06-18 14:24:32 +03:00

53 lines
1.4 KiB
JSON

{
"properties": {
"placeholder_color": {
"$ref": "common.json#/color",
"default_value": "#14000000",
"$description": "translations.json#/div_image_base_placeholder_color",
"platforms": [
"android",
"ios",
"web"
]
},
"scale": {
"$ref": "div-image-scale.json",
"default_value": "fill",
"$description": "translations.json#/div_image_base_scale"
},
"content_alignment_vertical": {
"$ref": "div-alignment-vertical.json",
"default_value": "center",
"$description": "translations.json#/div_image_base_content_alignment_vertical"
},
"content_alignment_horizontal": {
"$ref": "div-alignment-horizontal.json",
"default_value": "center",
"$description": "translations.json#/div_image_base_content_alignment_horizontal"
},
"preview": {
"type": "string",
"$description": "translations.json#/div_image_base_preview",
"platforms": [
"android",
"ios",
"web"
]
},
"preload_required": {
"$ref": "common.json#/boolean_int",
"default_value": "false",
"$description": "translations.json#/div_image_base_preload_required",
"platforms": [
"android",
"ios",
"web"
]
},
"aspect": {
"$ref": "div-aspect.json",
"$description": "translations.json#/div_aspect"
}
}
}