bricks/examples/accordion.ui

34 lines
509 B
Plaintext
Raw Normal View History

2024-02-06 14:30:10 +08:00
{
"widgettype":"Accordion",
"options":{
"item_size":'28px',
"items":[
{
"name":"test1",
"icon":"/imgs/t.png",
2024-05-17 22:20:12 +08:00
"label":"accordion 1 test",
2024-02-06 14:30:10 +08:00
"content":{
"widgettype":"Text",
"options":{
2024-05-17 22:20:12 +08:00
"label":"label content 1",
2024-02-06 14:30:10 +08:00
"i81n":true
}
}
},
{
"name":"test2",
"icon":"/imgs/t.png",
2024-05-17 22:20:12 +08:00
"label":"accordion 2 test",
2024-02-06 14:30:10 +08:00
"content":{
"widgettype":"Text",
"options":{
2024-05-17 22:20:12 +08:00
"label":"label content 2",
2024-02-06 14:30:10 +08:00
"i81n":true
}
}
}
]
}
}