Files
divkit/schema/div-text-range-background.json
gulevsky 5060137cd5 add cloud text background scheme
commit_hash:de16c29bca9cf7250c37fac08758ea5553a963f4
2024-10-10 14:53:53 +03:00

13 lines
260 B
JSON

{
"anyOf": [
{
"$ref": "div-solid-background.json",
"$description": "translations.json#/div_background_solid"
},
{
"$ref": "div-cloud-background.json",
"$description": "translations.json#/div_cloud_background"
}
]
}