Skip to content

Command Line Tool - ActivateLayoutTemplate

The command sets the provided template as the active layout template.

Enlight activateLayoutTemplate --template=<templateName>
ParameterDescription
templateRequired. Layout template name.

Activate the layout template with a given name:

Enlight activateLayoutTemplate
--template="my formatting template"

Command Line Interface