ClearLayers
Synopsis
Completely remove layers from sections.
Description
ClearLayers removes the layers named after layerNames from sections.
Snippet
<clearlayers class="ClearLayers">
<layerNames></layerNames>
</clearlayers>
Mandatory parameters
layerNames
Mandatory
Type: String[]
Names of layers to remove.
Optional parameters
documentFilter
Default value: `true`
Type: Expression
Only process document that satisfy this expression.
sectionFilter
Default value: `true`
Type: Expression
Process only sections that satisfy this expression.