I have a small problem using the Extended Attributes feature in Mura CMS. I have added a global extended attribute to Site/Default, but I am clueless how to retrieve it in my application. For normal content you would do $.content().getValue('namespace')
but how does this work for an extended attribute within the site settings? I tried $.getValue('namespace')
and $.siteConfig('namespace')
but none worked.
thanks in advance!