kboss/b/test/vfiller.json
2025-07-16 14:27:17 +08:00

34 lines
421 B
JSON
Executable File

{
"widgettype":"VBox",
"options":{
"height":"100%"
},
"subwidgets":[
{
"widgettype":"Title3",
"options":{
"text":"This is a header"
}
},
{
"widgettype":"VFiller",
"options":{
},
"subwidgets":[
{
"widgettype":"urlwidget",
"options":{
"url":"hfiller.json"
}
}
]
},
{
"widgettype":"Text",
"options":{
"text":"this is a tailer"
}
}
]
}