Merge branch 'master' of gitlab.tp.rulingcom.com:saurabh/gallery into thumb_width_200
This commit is contained in:
commit
5f848cbffa
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue