Environment properties:

  • when property layout.navbar.showCommunityCollection is true, “Community and Collections” link is shown in the navbar; otherwise, it is shown in the admin sidebar.

The enviroment properties can be found at {dspace.angular.dir}/config/config.yml and for the layout.navbar.showCommunityCollection property we use the format:

layout:
  navbar:
    showCommunityCollection: false


  • No labels