diff --git a/app/templates/orbit_bootstrap/modules/gallery/info.json b/app/templates/orbit_bootstrap/modules/gallery/info.json new file mode 100644 index 0000000..e02dd64 --- /dev/null +++ b/app/templates/orbit_bootstrap/modules/gallery/info.json @@ -0,0 +1,46 @@ +{ + "frontend": [ + { + "filename" : "gallery_index1", + "name" : { + "zh_tw" : "1. 相本排版-1", + "en" : "1. Gallery-1" + }, + "thumbnail" : "thumbnail-block-list.png" + }, + { + "filename" : "gallery_index2", + "name" : { + "zh_tw" : "2. 相本排版-2", + "en" : "2. Gallery-2" + }, + "thumbnail" : "thumbnail-block.png" + } + ], + "widgets" : [ + { + "filename" : "gallery_widget1", + "name" : { + "zh_tw" : "1. 相本排版-1", + "en" : "1. Gallery-1" + }, + "thumbnail" : "thumbnail-block.png" + }, + { + "filename" : "gallery_widget2", + "name" : { + "zh_tw" : "2. 相本排版-2", + "en" : "2. Gallery-2" + }, + "thumbnail" : "thumbnail-block.png" + }, + { + "filename" : "gallery_widget3", + "name" : { + "zh_tw" : "3. 相本排版-3", + "en" : "2. Gallery-3" + }, + "thumbnail" : "thumbnail-block.png" + } + ] +} \ No newline at end of file