15 lines
276 B
XML
15 lines
276 B
XML
{
|
|
"id": "user_panel",
|
|
"widgettype": "VBox",
|
|
"options": {
|
|
"width": "auto"
|
|
},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "urlwidget",
|
|
"options": {
|
|
"url": "{{entire_url('user.ui')}}"
|
|
}
|
|
}
|
|
]
|
|
} |