mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
c2b8489d67
Added circle shape to Android
24 lines
443 B
JSON
24 lines
443 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_circle_shape",
|
|
"properties": {
|
|
"radius": {
|
|
"$ref": "div-fixed-size.json",
|
|
"default_value": "{\"type\":\"fixed\",\"value\":10}",
|
|
"$description": "translations.json#/div_circle_shape_radius"
|
|
},
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"circle"
|
|
]
|
|
}
|
|
},
|
|
"required": [
|
|
"type"
|
|
],
|
|
"platforms": [
|
|
"android"
|
|
]
|
|
}
|