24 lines
345 B
XML
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')}}"
|
|
}
|
|
}
|
|
]
|
|
}
|