mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
ae02f02e25
commit_hash:96c7fabe7d9fbadc9b1d301c60d4ab1105afe319
21 lines
289 B
JSON
21 lines
289 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_page_content_size",
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"wrap_content"
|
|
]
|
|
}
|
|
},
|
|
"platforms": [
|
|
"ios",
|
|
"android",
|
|
"web"
|
|
],
|
|
"required": [
|
|
"type"
|
|
]
|
|
}
|