Views
Enabling Share Repository Document Library
From alfrescowiki
The Enterprise Edition 3.2r release introduces the ability to access the full Alfresco repository from the Share user interface. The following describes how to enable the Repository link in the Share toolbar to access this functionality:
- Edit the
tomcat/shared/classes/alfresco/web-extension/share-config-custom.xmlfile.
Note: You will need to rename the sample version fromshare-config-custom.xml.sampletoshare-config-custom.xml, if you have not already done so for your installation. - Locate the Repository Library config section in the file, for example:
<!-- Repository Library config section --> <config evaluator="string-compare" condition="RepositoryLibrary" replace="true"> <!-- Whether the link to the Repository Library appears in the header component or not. --> <visible>false</visible> ... - In the
<visible>false</visible>line, replace false with true. - Save the file.
- Restart the Alfresco server.
You should now see a Repository link in the Share toolbar.