KnowledgeBase
in package
Configuration file: Config\Modules\KnowledgeBase.
Table of Contents
- $DEFAULT_VIEW_RECORD : mixed
- Default view for record detail view. Values: LBL_RECORD_DETAILS or LBL_RECORD_SUMMARY
- $defaultViewName : mixed
- Default module view. Values: KnowledgeBase, List, ListPreview or DashBoard, refresh menu files after you change this value
- $knowledgeBaseArticleLimit : mixed
- Article limit in the knowledge base window
- $rename : mixed
- If 1 and filename exists, RENAME file, adding "_NR" to the end of filename (name_1.ext, name_2.ext, ..) If 0, will OVERWRITE the existing file
Properties
$DEFAULT_VIEW_RECORD
Default view for record detail view. Values: LBL_RECORD_DETAILS or LBL_RECORD_SUMMARY
public
static mixed
$DEFAULT_VIEW_RECORD
= 'LBL_RECORD_PREVIEW'
$defaultViewName
Default module view. Values: KnowledgeBase, List, ListPreview or DashBoard, refresh menu files after you change this value
public
static mixed
$defaultViewName
= 'KnowledgeBase'
$knowledgeBaseArticleLimit
Article limit in the knowledge base window
public
static mixed
$knowledgeBaseArticleLimit
= 50
$rename
If 1 and filename exists, RENAME file, adding "_NR" to the end of filename (name_1.ext, name_2.ext, ..) If 0, will OVERWRITE the existing file
public
static mixed
$rename
= 1