From 04566995ca0d9be263ada5788984ff86d8784903 Mon Sep 17 00:00:00 2001 From: Evandro Junior Date: Mon, 9 Feb 2015 19:21:22 -0300 Subject: [PATCH] fixed position for video gallery --- plugins/video/lib/video_plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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