mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
7f00e3b5aa
e5a6a0f23d3e399f39c492c585359ca1666ccddf
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"java_extends": "DivBlockWithId",
|
|
"$description": "translations.json#/div_grid",
|
|
"codegen": {
|
|
"swift": {
|
|
"generate_optional_arguments": false
|
|
}
|
|
},
|
|
"allOf": [
|
|
{
|
|
"$ref": "div-base.json"
|
|
},
|
|
{
|
|
"$ref": "div-actionable.json"
|
|
},
|
|
{
|
|
"properties": {
|
|
"content_alignment_vertical": {
|
|
"$ref": "div-alignment-vertical.json",
|
|
"default_value": "top",
|
|
"$description": "translations.json#/div_grid_content_alignment_vertical"
|
|
},
|
|
"content_alignment_horizontal": {
|
|
"$ref": "div-alignment-horizontal.json",
|
|
"default_value": "start",
|
|
"$description": "translations.json#/div_grid_content_alignment_horizontal"
|
|
},
|
|
"items": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "div.json"
|
|
},
|
|
"$description": "translations.json#/div_grid_items"
|
|
},
|
|
"column_count": {
|
|
"$ref": "common.json#/non_negative_integer",
|
|
"$description": "translations.json#/div_grid_column_count"
|
|
},
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"grid"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
],
|
|
"required": [
|
|
"column_count",
|
|
"type"
|
|
]
|
|
}
|