data limit changed to 30

This commit is contained in:
Harry Bomrah 2015-03-30 16:28:50 +08:00
parent 7cba68f972
commit 2b0deb2244
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module Gallery
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"