2025-07-16 14:28:41 +08:00

24 lines
345 B
XML

{
"widgettype":"VScrollPanel",
"options":{
"width":"100%"
},
"subwidgets":[
{
"widgettype":"DOCXviewer",
"options":{
"width":"100%",
"scroll":"auto",
"url":"{{entire_url('sage.docx')}}"
}
},
{
"widgettype":"MdWidget",
"options":{
"width":"100%",
"md_url":"{{entire_url('index.md')}}"
}
}
]
}