Collection Templates
In this section the collection settings of a site can be defined.
Example
<collectionTemplates>
<collectionTemplate suffix="" action="Install" />
<collectionTemplate suffix="remove" action="Uninstall" wolEnabled="true"
notifyUser="false" />
</collectionTemplates>
Elements
collectionTemplate
Attribute | Type | Description | Required | Version |
---|---|---|---|---|
suffix | string | Suffix for the collection name. An empty suffix is allowed. | X | ≥1.0.0 |
action | string | Name of the deploy action. Install and Uninstall are allowed. | X | ≥1.0.0 |
wolEnabled | boolean | Enables WoL on the deployment configuration. Default value is 'false'. | - | ≥1.0.0 |
notifyUser | boolean | Enables user notification on the deployment configuration. Default value is 'true'. | - | ≥1.0.0 |