Commit 04566995ca0d9be263ada5788984ff86d8784903

Authored by Evandro Junior
1 parent 9463e3bb

fixed position for video gallery

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
plugins/video/lib/video_plugin.rb
@@ -9,7 +9,7 @@ class VideoPlugin < Noosfero::Plugin @@ -9,7 +9,7 @@ class VideoPlugin < Noosfero::Plugin
9 end 9 end
10 10
11 def self.extra_blocks 11 def self.extra_blocks
12 - { VideoPlugin::VideoBlock => {}, VideoPlugin::VideoGalleryBlock => {} } 12 + { VideoPlugin::VideoBlock => {}, VideoPlugin::VideoGalleryBlock => {:position=>['1']} }
13 end 13 end
14 14
15 def stylesheet? 15 def stylesheet?