mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
46 lines
844 B
JSON
46 lines
844 B
JSON
{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"auto_animations_enabled": 1,
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"text": "Line 1"
|
|
},
|
|
{
|
|
"type": "state",
|
|
"id": "more",
|
|
"states": [
|
|
{
|
|
"state_id": "collapsed"
|
|
},
|
|
{
|
|
"state_id": "expanded",
|
|
"div": {
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"text": "Line 2"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "Line 3"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "Line 4"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "text",
|
|
"text": "Line 5"
|
|
}
|
|
]
|
|
}
|