35 lines
523 B
XML

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