35 lines
546 B
XML
35 lines
546 B
XML
{
|
|
"widgettype": "HBox",
|
|
"options":{
|
|
"height": "100%",
|
|
"width": "100%",
|
|
"bgcolor": "#0B1120"
|
|
},
|
|
"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')}}"
|
|
}
|
|
}
|
|
]
|
|
}
|