Add widget methods "image_sort"

This commit is contained in:
chiu 2026-04-21 09:32:57 +00:00
parent 5bc4831abb
commit 6de88577ce
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ module Gallery
OrbitApp.registration "Gallery", :type => "ModuleApp" do
module_label "gallery.gallery"
base_url File.expand_path File.dirname(__FILE__)
widget_methods ["widget","album_widget"]
widget_methods ["widget","album_widget","image_sort"]
# widget_settings []
widget_settings [{"data_count"=>30}]
models_to_cache [:album,:album_image]