Skip to main content

INSERT_TEMPLATE_SECTION

Creates a new section in the document using the specified template path, relative to the currently elected item

At a glance

  • Category Browser

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
templatePathThe path to the template to be inserted (supports variables)NonetruefalseNoneNone
insertAfterWhether the section should be inserted after the current section (true) or before (false). Defaults to trueNonefalsefalseNoneNone

Examples

Insert a new section based on a template

- step: INSERT_TEMPLATE_SECTION
templatePath: '/Content/Templates/My Awesome Template'
insertAfter: true

See Also

General Resources: