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