widgets
Version:
Widgets, the Framework: a website framework based on the idea of using widgets to build pages.
26 lines • 423 B
JSON
{
"configs":[
{
"name":"heading",
"description":"has a description",
"default":"This is a sample"
},
{
"name":"footing",
"description":"",
"default":"end of sample"
},
{
"name":"content",
"default":"hello world"
},
{
"name":"emptyDefault",
"description":"I have a description",
"default":""
},
{
"name":"undefinedDefault",
},
// missing ]
}