Merge branch 'master' of gitlab.tp.rulingcom.com:saurabh/gallery into thumb_width_200

This commit is contained in:
Harry Bomrah 2015-03-30 17:00:00 +08:00
commit 5f848cbffa
1 changed files with 2 additions and 1 deletions

View File

@ -7,10 +7,11 @@ module Gallery
widget_methods ["widget"] widget_methods ["widget"]
# widget_settings [] # widget_settings []
widget_settings [{"data_count"=>10}] widget_settings [{"data_count"=>10}]
models_to_cache [:album,:album_image]
categorizable categorizable
authorizable authorizable
frontend_enabled frontend_enabled
data_count 1..10 data_count 1..30
side_bar do side_bar do
head_label_i18n 'gallery.gallery', icon_class: "icons-pictures" head_label_i18n 'gallery.gallery', icon_class: "icons-pictures"
available_for "users" available_for "users"