20 lines
272 B
XML
20 lines
272 B
XML
{
|
|
"widgettype":"PopupWindow",
|
|
"options":{
|
|
"height":"80%",
|
|
"width":"80%",
|
|
"archor":"cc",
|
|
"movable":true,
|
|
"resizable":true,
|
|
"auto_open":true
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"{{entire_url('feelog')}}"
|
|
}
|
|
}
|
|
]
|
|
}
|