Files
babaevmm 201be941c9 fix json format
commit_hash:fd6e36a8ea96d96b9a00bac60a72f213c5f2dc0e
2025-02-07 18:43:40 +03:00

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