Retrieving Custom Global Properties from UI/Config/SiteConfigHtml
I've added some custom (site-specific) global properties into SiteConfigHtml.jsp. I was also able to retrieve the properties via javascript, like
SitesApp.getConfig('customProperty')
I'm wondering if there is also a way to retrieve the property via Java or XML.
Thanks in advance for your help.