data limit changed to 30
This commit is contained in:
parent
e74c974c3a
commit
0a7713dce6
|
@ -5,13 +5,13 @@ module Faq
|
||||||
module_label "faq.faq"
|
module_label "faq.faq"
|
||||||
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"=>30}]
|
||||||
models_to_cache [:qa]
|
models_to_cache [:qa]
|
||||||
taggable "Qa"
|
taggable "Qa"
|
||||||
categorizable
|
categorizable
|
||||||
authorizable
|
authorizable
|
||||||
frontend_enabled
|
frontend_enabled
|
||||||
data_count 1..10
|
data_count 1..30
|
||||||
side_bar do
|
side_bar do
|
||||||
head_label_i18n 'faq.faq', icon_class: "icons-help"
|
head_label_i18n 'faq.faq', icon_class: "icons-help"
|
||||||
available_for "users"
|
available_for "users"
|
||||||
|
|
Loading…
Reference in New Issue