diff --git a/lib/news/engine.rb b/lib/news/engine.rb index f53555d..fe481ee 100644 --- a/lib/news/engine.rb +++ b/lib/news/engine.rb @@ -5,12 +5,12 @@ module News module_label "news.news" base_url File.expand_path File.dirname(__FILE__) widget_methods ["widget"] - widget_settings [{"data_count"=>10}] + widget_settings [{"data_count"=>12}] # taggable "NewsBulletin" categorizable authorizable frontend_enabled - data_count 1..12 + data_count 1..10 side_bar do head_label_i18n 'news.news', icon_class: "icons-book-2"