bricks/examples/modal.json
2024-03-18 18:01:56 +08:00

21 lines
280 B
JSON

{
"id":"mymodal",
"widgettype":"Modal",
"options":{
"title":"Test Modal",
"auto_close":true,
"auto_open":true,
"width":"700px",
"height":"400px",
"archor":"cc"
},
"subwidgets":[
{
"widgettype":"Text",
"options":{
"text":"This is a test"
}
}
]
}