sv:decoration
A decoration node is always a sub node of the decoration repository (sv:decorationRepository).
The decorations defined for the site are part of the appearance site properties underneath the decoration tab.
Name | Type and description |
---|---|
<decoration-name> | Dynamic / Model dependent |
The given name of the deoration |
Name | Type and description |
---|---|
archived | javax.jcr.PropertyType.BOOLEAN |
Whether or not this color is archived [@since 2024.01.1] | |
displayName | javax.jcr.PropertyType.STRING |
The name of the decoration. | |
selectorText | javax.jcr.PropertyType.STRING |
The selector text part of the css style definition. This is typically the class name of the css style. |
Sitevision Utility API tip!
- The DecorationUtil interface exposes methods for easy access of decoration nodes based on their names.