foldershare-8.x-1.2/foldershare.links.menu.yml
foldershare.links.menu.yml
# # Declares links for static pages generated by the module, including # a page for its settings and a page listing root folders. # #----------------------------------------------------------------------- # # Administrator pages. # #----------------------------------------------------------------------- # # Module settings. # ---------------- # The module settings page is limited to adminstrators and linked under # the adminstrator "Structure" menu. The page provides tabs and form fields # for adjusting module settings. # foldershare.admin.structure.settings: title: 'FolderShare' description: 'Configure the FolderShare module.' route_name: entity.foldershare.settings parent: system.admin_structure # # Module usage. # ------------- # The module usage page is limited to adminstrators and linked under # the administrator "Reports" menu. The page provides a table of users and # the amount of content each user has. # foldershare.reports.usage: title: 'FolderShare usage' description: 'Summary of folders, files, and storage used by each user.' route_name: foldershare.reports.usage parent: system.admin_reports #----------------------------------------------------------------------- # # User pages. # #----------------------------------------------------------------------- # # Root item lists. # ---------------- # Each page lists top-level (root) files and folders. # # The 'title' text here is overridden by a FolderShare module hook so # that the title always matches that of the route it refers to. # foldershare.rootfolderlist: title: 'Personal files' description: 'Your files and those shared with you' parent: system.menu.tools route_name: entity.foldershare.rootitems foldershare.rootitems.public: title: 'Public files' description: 'Files for everyone' parent: system.menu.tools route_name: entity.foldershare.rootitems.public foldershare.rootitems.all: title: 'All files' description: 'Administrator access to all files for all users' parent: system.menu.tools route_name: entity.foldershare.rootitems.all
