Skip to Content
0
Former Member
Jun 01, 2018 at 12:52 PM

How to use configuration service to pick any local.property value in backoffice-config.xml file?

134 Views

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>