Change widget max data count from 10 to 30.
This commit is contained in:
parent
645046149f
commit
f9f33feb1a
|
@ -37,7 +37,7 @@ module Gallery
|
||||||
base_url File.expand_path File.dirname(__FILE__)
|
base_url File.expand_path File.dirname(__FILE__)
|
||||||
widget_methods ["widget","album_widget"]
|
widget_methods ["widget","album_widget"]
|
||||||
# widget_settings []
|
# widget_settings []
|
||||||
widget_settings [{"data_count"=>10}]
|
widget_settings [{"data_count"=>30}]
|
||||||
models_to_cache [:album,:album_image]
|
models_to_cache [:album,:album_image]
|
||||||
taggable "Album"
|
taggable "Album"
|
||||||
categorizable
|
categorizable
|
||||||
|
|
Loading…
Reference in New Issue