How get global attributes on side the alfresco share
I am recording settings using AttributeServece in alfresco repo. How can I get these settings on side the alfresco share?public class ConfigManager { @Autowired AttributeService attributeService; public void set(String key, String value) { ...