25 lines
379 B
XML
25 lines
379 B
XML
{
|
|
"widgettype": "HBox",
|
|
"options":{
|
|
"height": "100%",
|
|
"width": "100%"
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"MdWidget",
|
|
"options":{
|
|
"width":"50%",
|
|
"md_url":"{{entire_url('mainpage_')}}{{params_kw._lang}}.md",
|
|
"height":"100%"
|
|
}
|
|
},
|
|
{
|
|
"widgettype": "Image",
|
|
"options": {
|
|
"width": "49%",
|
|
"url": "{{entire_url('wish.webp')}}"
|
|
}
|
|
}
|
|
]
|
|
}
|