foldershare-8.x-1.2/foldershare.links.menu.yml
foldershare.links.menu.yml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | # # 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 |