From 5443aba43ed78f41734dda3a95f22c32a3739e17 Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Wed, 12 Sep 2012 16:50:59 +0800 Subject: [PATCH] with gallery json --- vendor/built_in_modules/gallery/gallery.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vendor/built_in_modules/gallery/gallery.json diff --git a/vendor/built_in_modules/gallery/gallery.json b/vendor/built_in_modules/gallery/gallery.json new file mode 100644 index 000000000..5f268589b --- /dev/null +++ b/vendor/built_in_modules/gallery/gallery.json @@ -0,0 +1,14 @@ +{ + "title": "gallery", + "version": "0.1", + "organization": "Rulingcom", + "author": "Visual dep", + "intro": "A simple and amazing gallery", + "update_info": "Some info", + "create_date": "11-08-2012", + "app_pages": ["albums"], + "widgets": ["albums"], + "category": ["gallery_categories"], + "widget_fields":[], + "enable_frontend": true +}