data limit changed to 30
This commit is contained in:
parent
dd8574b8c3
commit
23022850eb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue