Hi All
I wanted to pick up value from my local.properties file to be reflected in editor area defined in custom-backoffice-config.xml. But i could not find how i will be able to do so or where such a thing is done in hybris OOB code as well? In below code i want GMT-07:00 to be picked up from local.property key instead of giving it in config file directly, so that user can modify this.
<editorArea:name>selectedTimeZone</editorArea:name>
<editorArea:value>GMT-07:00</editorArea:value>
</editorArea:editor-parameter>