widgets
Version:
Widgets, the Framework: a website framework based on the idea of using widgets to build pages.
30 lines (29 loc) • 510 B
JSON
{
"extends": "homePage:default",
"skin": "nifty",
"title": "special home page",
"widgetBlocks": {
"head": [
{
"id": "reqSomeScripts",
"widget": "testScript/hasMultipleDependencies",
},
],
"header": [
{
"id": "iDontRender",
"widget": "testLogic/alwaysNoRender",
},
],
},
"replaceWidgets": [
{
"id": "firstContent",
"widget": "sample",
"configs": {
"heading": "widget 5",
"content": "this is a special page"
}
}
]
}