common-add-base-template-by-path
Adds a base template to a Sitecore template item by specifying the item path and template path. This extends template functionality by inheriting fields and settings from the base template.
Instructions
Adds a base template to a template item by its path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path of the item to add the base template to. | |
| template | Yes | The path representing the template item to add as a base template. | |
| database | No | The database containing the item (defaults to the context database). |