Skip to content

FAQ Plugin: SysConfig Reference

In this document, you will find a complete overview of all SysConfig parameters of the FAQ plugin with a brief explanation.

Core Settings

KeyDescription
FAQ::CacheTTLValidity period of the FAQ cache in seconds (0 = disabled).
FAQ::DefaultStateDefault state for new FAQ entries (e.g., Valid, Invalid).
FAQ::MultiLanguageActivates multilingual FAQ entries (Bool).
FAQ::SortByDefault sorting in the Explorer (Title, LastChange, Top10).
FAQ::ExplorerItemsPerPageNumber of entries per page in the FAQ Explorer (Integer).

Dynamic Fields

KeyDescription
DynamicFields::DriverRegistration###FAQRegisters the FAQ driver for dynamic fields.
DynamicFields::ObjectTypeRegistration###FAQIDSets ObjectType FAQID for links (LinkObject).

Approval Workflow

KeyDescription
FAQ::ApprovalRequiredActivates the approval process for FAQ entries (Bool).
FAQ::ApprovalGroupGroup(s) allowed to approve FAQs (Array).
FAQ::ApprovalQueueQueue(s) where new FAQs land until approved (Array).
FAQ::NotificationOnApprovalNotification template for approval notifications.

Explorer Configuration

KeyDescription
FAQ::ExplorerPathBreadcrumb path in the Explorer (String).
FAQ::QuickSearchActivates full-text search in the Explorer (Bool).
FAQ::Top10ItemsNumber of entries in the Top 10 view (Integer).
FAQ::ShowLastChangeDisplays modification date in the Explorer (Bool).
FAQ::ShowCreateDateDisplays creation date in the Explorer (Bool).

FAQ Entries (Item)

KeyDescription
FAQ::Item::MaxBodyLengthMaximum length of the body text in the zoom (chars).
FAQ::Item::HTMLAllowTagsList of allowed HTML tags in the body (Array).
FAQ::Item::CategoryRequiredMake category mandatory upon creation (Bool).

Voting & Feedback

KeyDescription
FAQ::Voting::EnableActivates like/dislike rating (Bool).
FAQ::Voting::LimitPerUserMax. ratings per user and tag (Integer).
FAQ::Voting::NotificationOnVoteNotification template for new feedback.
KeyDescription
FAQ::RelatedArticles::EnableLink related FAQs (Bool).
FAQ::RelatedArticles::MaxItemsMax. number of related entries in the zoom (Integer).
FAQ::RelatedArticles::ServiceListServices for which related articles are displayed (Array).

Ticket Embedding

KeyDescription
FAQ::TicketCompose::InsertModeInsert mode in the ticket (Text, Link, Button).
FAQ::TicketCompose::ButtonLabelLabel of the insert button in the ticket dialog.
FAQ::TicketCompose::LinkTextLink text for inserting as a hyperlink.
KeyDescription
LinkObject::PossibleLink###FAQ2FAQAllows FAQ ↔ FAQ linking (Bool).
LinkObject::PossibleLink###FAQ2TicketAllows FAQ ↔ Ticket linking (Bool).

Frontend Module Registrations (Agent)

KeyDescription
Frontend::Agent::ModuleRegistration###FAQExplorerActivate module in the Agent FAQ Explorer.
Frontend::Agent::ModuleRegistration###FAQZoomActivate module in the Agent FAQ Zoom.
Frontend::Agent::ModuleRegistration###FAQSearchModule for search function in the Agent interface.
Frontend::Agent::ModuleRegistration###FAQPrintModule for printing in Agent FAQ mode.

Frontend Module Registrations (Customer/Public)

KeyDescription
Frontend::Customer::ModuleRegistration###FAQExplorerActivate module in the customer portal Explorer.
Frontend::Customer::ModuleRegistration###FAQZoomActivate module in the customer portal FAQ Zoom.
Frontend::Public::ModuleRegistration###FAQSearchModule for public search (anonymous users).
Frontend::Public::ModuleRegistration###FAQPrintModule for printing in the public FAQ area.