update news widget count

This commit is contained in:
nccu 2014-11-12 18:18:09 +08:00
parent 0e14737f1e
commit 87f62e4307
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@ module News
module_label "news.news" module_label "news.news"
base_url File.expand_path File.dirname(__FILE__) base_url File.expand_path File.dirname(__FILE__)
widget_methods ["widget"] widget_methods ["widget"]
widget_settings [{"data_count"=>10}] widget_settings [{"data_count"=>12}]
# taggable "NewsBulletin" # taggable "NewsBulletin"
categorizable categorizable
authorizable authorizable
frontend_enabled frontend_enabled
data_count 1..12 data_count 1..10
side_bar do side_bar do
head_label_i18n 'news.news', icon_class: "icons-book-2" head_label_i18n 'news.news', icon_class: "icons-book-2"