mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
17 lines
238 B
JSON
17 lines
238 B
JSON
{
|
|
"description": "no space for the second item",
|
|
"type": "grid",
|
|
"column_count": 1,
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"text": "1"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "1",
|
|
"column_span": 2
|
|
}
|
|
]
|
|
}
|