Command Line Tool - ActivateLayoutTemplate
Introduction
Section titled “Introduction”The command sets the provided template as the active layout template.
Enlight activateLayoutTemplate --template=<templateName>Parameters
Section titled “Parameters”| Parameter | Description |
|---|---|
| template | Required. Layout template name. |
Examples
Section titled “Examples”Activate the layout template with a given name:
Enlight activateLayoutTemplate --template="my formatting template"