mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
3b4a296880
commit_hash:01ad472a712f682407b83d0a668de78065f5fac6
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_image_background",
|
|
"properties": {
|
|
"image_url": {
|
|
"$ref": "common.json#/url",
|
|
"$description": "translations.json#/div_image_background_image_url"
|
|
},
|
|
"content_alignment_vertical": {
|
|
"$ref": "div-alignment-vertical.json",
|
|
"default_value": "center",
|
|
"$description": "translations.json#/div_image_background_content_alignment_vertical"
|
|
},
|
|
"content_alignment_horizontal": {
|
|
"$ref": "div-alignment-horizontal.json",
|
|
"default_value": "center",
|
|
"$description": "translations.json#/div_image_background_content_alignment_horizontal"
|
|
},
|
|
"scale": {
|
|
"$ref": "div-image-scale.json",
|
|
"default_value": "fill",
|
|
"$description": "translations.json#/div_image_background_scale"
|
|
},
|
|
"alpha": {
|
|
"type": "number",
|
|
"default_value": "1.0",
|
|
"constraint": "number >= 0.0 && number <= 1.0",
|
|
"$description": "translations.json#/div_image_background_alpha"
|
|
},
|
|
"preload_required": {
|
|
"$ref": "common.json#/boolean_int",
|
|
"default_value": "false",
|
|
"$description": "translations.json#/div_image_background_preload_required",
|
|
"platforms": [
|
|
"android",
|
|
"ios"
|
|
]
|
|
},
|
|
"filters": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "div-filter.json"
|
|
},
|
|
"$description": "translations.json#/div_filter"
|
|
},
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"image"
|
|
]
|
|
}
|
|
},
|
|
"required": [
|
|
"image_url",
|
|
"type"
|
|
]
|
|
}
|