custom-entities/backend/definitions/add.html |
Definitions\Add |
Name |
Type |
Description |
definition |
Definition
|
Single (empty) Definition record
|
|
Add a new record. Assigns an empty record to the template. |
custom-entities/backend/definitions/edit.html |
Definitions\Edit |
Name |
Type |
Description |
definition |
Definition
|
Retrieved Definition record
|
|
Retrieve a single record and display the edit page for the record |
custom-entities/backend/definitions/manage.html |
Definitions\Manage |
|
Retrieve available records and assign them to the template for editing. |
custom-entities/backend/records/add.html |
Records\Add |
Name |
Type |
Description |
record |
Record
|
Single (empty) Record record
|
|
Add a new record. Assigns an empty record to the template. |
custom-entities/backend/records/edit.html |
Records\Edit |
Name |
Type |
Description |
record |
Record
|
Retrieved Record record
|
|
Retrieve a single record and display the edit page for the record |
custom-entities/backend/records/manage.html |
Records\Manage |
|
Retrieve available records and assign them to the template for editing. |