From 6b469e78fd02b3610ea2da89717e20c66991d717 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Wed, 7 Jan 2015 16:09:02 +0800 Subject: [PATCH] info json added to gallery --- .../orbit_bootstrap/modules/gallery/info.json | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 app/templates/orbit_bootstrap/modules/gallery/info.json 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