mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
7f00e3b5aa
e5a6a0f23d3e399f39c492c585359ca1666ccddf
52 lines
1.4 KiB
JSON
52 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",
|
|
"web"
|
|
]
|
|
},
|
|
"aspect": {
|
|
"$ref": "div-aspect.json",
|
|
"$description": "translations.json#/div_aspect"
|
|
}
|
|
}
|
|
}
|