Retrieving ReleaseSettings
Release Settings are stored in the Smartsite.config, so we can use the generic site.settings.getstring() viper to loop up their value:
Smartsite SXML |
![]() |
---|---|
{site.settings.getstring("/configuration/runtime/releaseSettings/add[@key='immutableLocators']", "value", default=false)} |
Example Result |
![]() |
---|---|
true |