...
The format isĀ {=property|property-key-here|default-value-here}
The property key can be any existing or non-existing value in any of the property pipeline sources. If not found the default value will be used.
Code Block | ||
---|---|---|
| ||
/* background-color: {=property|theme.banner-background-color|#005f65}; */ background-color: {=property|theme.banner-background-color|#005f65}; /* color: {=property|theme.banner-color|#005f65}; */ color: {=property|theme.banner-color|#005f65}; any-prop: {=property|custom-name|default-value-if-not-exist}; {=property|custom-name|default-value-if-not-exist}; |
The main reason for this feature is to allow easy tweaks of an existing theme package to allow e.g. resellers/wholesale customers to get som custom branding without the need to have individual theme packages for each.