bricks/examples/modal.json

20 lines
256 B
JSON
Raw Normal View History

2023-09-14 10:28:07 +08:00
{
"id":"mymodal",
"widgettype":"Modal",
"options":{
"auto_close":true,
"auto_open":true,
"width":"700px",
"height":"400px",
"archor":"cl"
},
"subwidgets":[
{
"widgettype":"Text",
"options":{
"text":"This is a test"
}
}
]
}