{ "widgettype":"VBox", "options":{ }, "subwidgets":[ { "widgettype":"Title1", "options":{ "text":"Pic Viewer", "i18n":true } }, { "widgettype":"urlwidget", "options":{ "url":"/bricks/image.tmpl" } }, { "id":"mymodal", "widgettype":"Modal", "options":{ "auto_close":true, "auto_open":false, "width":"700px", "height":"400px", "archor":"cl", }, "subwidgets":[ { "widgettype":"Text", "options":{ "text":"This is a test" } } ] } ] }