bricks/examples/markdown.ui

22 lines
245 B
Plaintext
Raw Normal View History

2024-02-06 14:30:10 +08:00
{
"widgettype":"VBox",
"options":{
},
"subwidgets":[
{
"widgettype":"Title1",
"options":{
"text":"Pic Viewer",
"i18n":true
}
},
{
"widgettype":"MarkdownViewer",
"options":{
"md_url":"test1.md"
}
}
]
}