16 lines
195 B
XML
16 lines
195 B
XML
{
|
|
"id":"user_panel",
|
|
"widgettype":"VBox",
|
|
"options":{
|
|
"width":"100px"
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"{{entire_url('user.ui')}}"
|
|
}
|
|
}
|
|
]
|
|
}
|