35 lines
504 B
XML
35 lines
504 B
XML
{
|
|
"widgettype":"VBox",
|
|
"options":{
|
|
"width":"100%",
|
|
"height":"100%"
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"{{entire_url('header.ui')}}"
|
|
}
|
|
},
|
|
{
|
|
"id":"center",
|
|
"widgettype":"Filler",
|
|
"options":{},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"{{entire_url('search_channels.ui')}}"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"{{entire_url('bottom.ui')}}"
|
|
}
|
|
}
|
|
]
|
|
}
|