Commit 75619850ef1ffc41039147f0612bb21163fbefe8
1 parent
2f9962a5
Exists in
master
and in
29 other branches
relevant_content: change block configuration to allow all positions
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 |