{ "widgettype": "VBox", "options": { "width": "100%", "height": "100%", "padding": "20px", "bgcolor": "#f0f2f5" }, "subwidgets": [ { "widgettype": "Text", "options": { "text": "Dashboard", "fontSize": "24px", "fontWeight": "bold", "color": "#333", "marginBottom": "20px" } }, { "widgettype": "RefreshWidget", "id": "dashboard_refresh", "options": { "period_seconds": 10, "url": "{{entire_url('api/dashboard_content.dspy')}}" } } ] }