Commit 75619850ef1ffc41039147f0612bb21163fbefe8

Authored by Victor Costa
1 parent 2f9962a5

relevant_content: change block configuration to allow all positions

plugins/relevant_content/lib/relevant_content_plugin.rb
@@ -10,7 +10,7 @@ class RelevantContentPlugin < Noosfero::Plugin @@ -10,7 +10,7 @@ class RelevantContentPlugin < Noosfero::Plugin
10 10
11 def self.extra_blocks 11 def self.extra_blocks
12 { 12 {
13 - RelevantContentPlugin::RelevantContentBlock => {:position => ['1','2','3'] } 13 + RelevantContentPlugin::RelevantContentBlock => {}
14 } 14 }
15 end 15 end
16 16