update news widget count
This commit is contained in:
parent
0e14737f1e
commit
87f62e4307
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue