data limit changed to 30
This commit is contained in:
parent
e74c974c3a
commit
0a7713dce6
|
@ -5,13 +5,13 @@ module Faq
|
|||
module_label "faq.faq"
|
||||
base_url File.expand_path File.dirname(__FILE__)
|
||||
widget_methods ['widget']
|
||||
widget_settings [{"data_count"=>10}]
|
||||
widget_settings [{"data_count"=>30}]
|
||||
models_to_cache [:qa]
|
||||
taggable "Qa"
|
||||
categorizable
|
||||
authorizable
|
||||
frontend_enabled
|
||||
data_count 1..10
|
||||
data_count 1..30
|
||||
side_bar do
|
||||
head_label_i18n 'faq.faq', icon_class: "icons-help"
|
||||
available_for "users"
|
||||
|
|
Loading…
Reference in New Issue