data limit changed to 30

This commit is contained in:
Ruling-iMac 2015-05-05 15:45:45 +08:00
parent dd8574b8c3
commit 23022850eb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module Archive
module_label "archive.archive"
base_url File.expand_path File.dirname(__FILE__)
widget_methods ["widget"]
widget_settings [{"data_count"=>10}]
widget_settings [{"data_count"=>30}]
models_to_cache [:archive_file]
taggable "ArchiveFile"
categorizable