Mercurial > hg > isophonics-drupal-site
annotate core/modules/system/system.permissions.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 1fec387a4317 |
children |
rev | line source |
---|---|
Chris@0 | 1 administer modules: |
Chris@0 | 2 title: 'Administer modules' |
Chris@0 | 3 administer site configuration: |
Chris@0 | 4 title: 'Administer site configuration' |
Chris@0 | 5 restrict access: true |
Chris@0 | 6 administer themes: |
Chris@0 | 7 title: 'Administer themes' |
Chris@0 | 8 administer software updates: |
Chris@0 | 9 title: 'Administer software updates' |
Chris@0 | 10 restrict access: true |
Chris@0 | 11 access administration pages: |
Chris@0 | 12 title: 'Use the administration pages and help' |
Chris@0 | 13 access site in maintenance mode: |
Chris@0 | 14 title: 'Use the site in maintenance mode' |
Chris@0 | 15 view the administration theme: |
Chris@0 | 16 title: 'View the administration theme' |
Chris@0 | 17 description: 'This is only used when the site is configured to use a separate administration theme on the Appearance page.' |
Chris@14 | 18 # Note that the 'access content' permission is moved to the Node section of the |
Chris@14 | 19 # permission form when the Node module is enabled. |
Chris@14 | 20 access content: |
Chris@14 | 21 title: 'View published content' |
Chris@0 | 22 access site reports: |
Chris@0 | 23 title: 'View site reports' |
Chris@0 | 24 restrict access: true |
Chris@0 | 25 link to any page: |
Chris@0 | 26 title: 'Link to any page' |
Chris@0 | 27 restrict access: true |
Chris@0 | 28 description: 'This allows to bypass access checking when linking to internal paths.' |
Chris@0 | 29 administer menu: |
Chris@0 | 30 title: 'Administer menus and menu items' |