I have the following property in my alfresco-global-properties file.
customAction.enabled=true
I want to access this value from custom-actions.js file in share. What is the best and easiest way to do achieve this? Can I use rootScope variable in this case?