diff --git a/plugins/video/lib/video_plugin.rb b/plugins/video/lib/video_plugin.rb index 61dd947..ebadd24 100644 --- a/plugins/video/lib/video_plugin.rb +++ b/plugins/video/lib/video_plugin.rb @@ -9,7 +9,7 @@ class VideoPlugin < Noosfero::Plugin end def self.extra_blocks - { VideoPlugin::VideoBlock => {}, VideoPlugin::VideoGalleryBlock => {} } + { VideoPlugin::VideoBlock => {}, VideoPlugin::VideoGalleryBlock => {:position=>['1']} } end def stylesheet? -- libgit2 0.21.2