cancel
Showing results for 
Search instead for 
Did you mean: 

Repository View in Share

danieljackson77
Champ in-the-making
Champ in-the-making
Within the latest Alfresco Enterprise 3.2r its possible to edit the /web-extension/share-config-custom.xml to enable visibility of the Repository library within Share.


<!– 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>true</visible>

      <!–
         Root nodeRef for top-level folder.
      –>
      <root-node>alfresco://company/home</root-node>

      <!–
         Whether the folder Tree component should enumerate child folders or not.
         This is a relatively expensive operation, so should be set to "false" for Repositories with broad folder structures.
      –>
      <tree>
         <evaluate-child-folders>false</evaluate-child-folders>
      </tree>
   </config>

Seems that this file does not exist in the latest Community release 3.2r2. Is it possible to expose the repository within Share using community edition in the same manner using enterprise edition?
1 REPLY 1

mikeh
Star Contributor
Star Contributor
No, as the functionality wasn't added until after 3.2r2 was released.

However 3.3 (currently "3.3dev" being actively developed and available from SVN) does include this.

Thanks,
Mike