34 lines
421 B
JSON
Executable File
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"
|
|
}
|
|
}
|
|
]
|
|
}
|