Frontend | Backend | Api

Common default templates (Backend)

This page contains an overview of the default templates for the Common 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
common/backend/categories/add.html Categories\Add
Name Type Description
category Category Single (empty) Category record
Add a new record. Assigns an empty record to the template.
common/backend/categories/edit.html Categories\Edit
Name Type Description
category Category Retrieved Category record
Retrieve a single record and display the edit page for the record
common/backend/categories/manage.html Categories\Manage
Name Type Description
categories Collection (Category) Collection of Categories
Retrieve available records and assign them to the template for editing.
common/backend/custom-fields/add.html CustomFields\Add
Name Type Description
customField CustomField Single (empty) CustomField record
Add a new record. Assigns an empty record to the template.
common/backend/custom-fields/edit.html CustomFields\Edit
Name Type Description
customField CustomField Retrieved CustomField record
Retrieve a single record and display the edit page for the record
common/backend/custom-fields/manage.html CustomFields\Manage
Name Type Description
customFields Collection (CustomField) Collection of CustomFields
Retrieve available records and assign them to the template for editing.
common/backend/global-components/add.html GlobalComponents\Add
Name Type Description
globalComponent GlobalComponent Single (empty) GlobalComponent record
Add a new record. Assigns an empty record to the template.
common/backend/global-components/edit.html GlobalComponents\Edit
Name Type Description
globalComponent GlobalComponent Retrieved GlobalComponent record
Retrieve a single record and display the edit page for the record
common/backend/global-components/manage.html GlobalComponents\Manage
Name Type Description
globalComponents Collection (GlobalComponent) Collection of GlobalComponents
Retrieve available records and assign them to the template for editing.
common/backend/global-components/search.html GlobalComponents\Search
Name Type Description
globalComponents Collection (GlobalComponent) Collection of GlobalComponents
Retrieve available records and assign them to the template for editing.
common/backend/input-types/add.html InputTypes\Add
Name Type Description
inputType InputType Single (empty) InputType record
Add a new record. Assigns an empty record to the template.
common/backend/input-types/edit.html InputTypes\Edit
Name Type Description
inputType InputType Retrieved InputType record
Retrieve a single record and display the edit page for the record
common/backend/input-types/manage.html InputTypes\Manage
Name Type Description
inputTypes Collection (InputType) Collection of InputTypes
Retrieve available records and assign them to the template for editing.
common/backend/layout-categories/add.html LayoutCategories\Add
Name Type Description
layoutCategory LayoutCategory Single (empty) LayoutCategory record
Add a new record. Assigns an empty record to the template.
common/backend/layout-categories/edit.html LayoutCategories\Edit
Name Type Description
layoutCategory LayoutCategory Retrieved LayoutCategory record
Retrieve a single record and display the edit page for the record
common/backend/layout-categories/manage.html LayoutCategories\Manage
Name Type Description
layoutCategories Collection (LayoutCategory) Collection of LayoutCategories
Retrieve available records and assign them to the template for editing.
common/backend/layouts/edit.html Layouts\Edit
Name Type Description
layout Layout Retrieved Layout record
Retrieve a single record and display the edit page for the record
common/backend/layouts/manage.html Layouts\Manage
Name Type Description
layouts Collection (Layout) Collection of Layouts
Retrieve available records and assign them to the template for editing.
common/backend/tags/add.html Tags\Add
Name Type Description
tag Tag Single (empty) Tag record
Add a new record. Assigns an empty record to the template.
common/backend/tags/edit.html Tags\Edit
Name Type Description
tag Tag Retrieved Tag record
Retrieve a single record and display the edit page for the record
common/backend/tags/manage.html Tags\Manage
Name Type Description
tags Collection (Tag) Collection of Tags
Retrieve available records and assign them to the template for editing.
common/backend/widgets/add.html Widgets\Add
Name Type Description
widget Widget Single (empty) Widget record
Add a new record. Assigns an empty record to the template.
common/backend/widgets/edit.html Widgets\Edit
Name Type Description
widget Widget Retrieved Widget record
Retrieve a single record and display the edit page for the record
common/backend/widgets/manage.html Widgets\Manage
Name Type Description
widgets Collection (Widget) Collection of Widgets
Retrieve available records and assign them to the template for editing.