Files
divkit/schema/div-page-content-size.json
4eb0da ae02f02e25 Pager layout mode content
commit_hash:96c7fabe7d9fbadc9b1d301c60d4ab1105afe319
2025-02-20 16:47:54 +03:00

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"
]
}