Frontend | Backend | Api

Faq default templates (Backend)

This page contains an overview of the default templates for the Faq module.

The overview is generated based on controllers using the specified template as their default layout and containing GET methods; thus depending on the configuration the controller might not use the template at all or other controllers might use the template too.
The table is only meant as a first orientation which ResponseVariables can likely be expected when working with the template.

File Controller GET Response variables GET Description
faq/backend/pages/add.html Pages\Add
Name Type Description
page Page Single (empty) Page record
Add a new record. Assigns an empty record to the template.
faq/backend/pages/edit.html Pages\Edit
Name Type Description
page Page Retrieved Page record
Retrieve a single record and display the edit page for the record
faq/backend/pages/manage.html Pages\Manage
Name Type Description
pages Collection (Page) Collection of Pages
Retrieve available records and assign them to the template for editing.
faq/backend/question-comments/add.html QuestionComments\Add
Name Type Description
questionComment QuestionComment Single (empty) QuestionComment record
Add a new record. Assigns an empty record to the template.
faq/backend/question-comments/edit.html QuestionComments\Edit
Name Type Description
questionComment QuestionComment Retrieved QuestionComment record
Retrieve a single record and display the edit page for the record
faq/backend/question-comments/manage.html QuestionComments\Manage
Name Type Description
questionComments Collection (QuestionComment) Collection of QuestionComments
Retrieve available records and assign them to the template for editing.
faq/backend/questions/add.html Questions\Add
Name Type Description
question Question Single (empty) Question record
Add a new record. Assigns an empty record to the template.
faq/backend/questions/edit.html Questions\Edit
Name Type Description
question Question Retrieved Question record
Retrieve a single record and display the edit page for the record
faq/backend/questions/manage.html Questions\Manage
Name Type Description
questions Collection (Question) Collection of Questions
Retrieve available records and assign them to the template for editing.