Add widget methods "image_sort"
This commit is contained in:
parent
5bc4831abb
commit
6de88577ce
|
|
@ -43,7 +43,7 @@ module Gallery
|
||||||
OrbitApp.registration "Gallery", :type => "ModuleApp" do
|
OrbitApp.registration "Gallery", :type => "ModuleApp" do
|
||||||
module_label "gallery.gallery"
|
module_label "gallery.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","image_sort"]
|
||||||
# widget_settings []
|
# widget_settings []
|
||||||
widget_settings [{"data_count"=>30}]
|
widget_settings [{"data_count"=>30}]
|
||||||
models_to_cache [:album,:album_image]
|
models_to_cache [:album,:album_image]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue