Returns the string theme configuration value specified by the property name
LESS
// Required arguments @result: -evo-themeconfig-string(@propertyName); // All arguments @result: -evo-themeconfig-string(@propertyName, @defaultValue, @inheritanceDepth);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
propertyName | String | Theme configuration property name | Required | ||
defaultValue | String | Default value | Optional | ||
inheritanceDepth | Int32 | Parent themes to inspect for configuration | Optional | 10 |