forked from saurabh/orbit4-5
26 lines
476 B
JSON
26 lines
476 B
JSON
|
{
|
||
|
"frontend": [
|
||
|
{
|
||
|
"filename" : "index",
|
||
|
"name" : "Index with image",
|
||
|
"thumbnail" : "thumbnail-block-list.png"
|
||
|
},
|
||
|
{
|
||
|
"filename" : "index1",
|
||
|
"name" : "Index without image",
|
||
|
"thumbnail" : "thumbnail-block.png"
|
||
|
}
|
||
|
],
|
||
|
"widgets" : [
|
||
|
{
|
||
|
"filename" : "widget",
|
||
|
"name" : "Widget with image",
|
||
|
"thumbnail" : "thumbnail-block.png"
|
||
|
},
|
||
|
{
|
||
|
"filename" : "widget3",
|
||
|
"name" : "Widget with full date",
|
||
|
"thumbnail" : "thumbnail-block.png"
|
||
|
}
|
||
|
]
|
||
|
}
|