data limit changed to 30

This commit is contained in:
Ruling-iMac 2015-05-05 15:45:29 +08:00
parent e74c974c3a
commit 0a7713dce6
1 changed files with 2 additions and 2 deletions

View File

@ -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"