Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / profiles / demo_umami / config / install / user.role.editor.yml
1 langcode: en
2 status: true
3 dependencies: {  }
4 id: editor
5 label: Editor
6 weight: 4
7 is_admin: null
8 permissions:
9   - 'access content overview'
10   - 'access contextual links'
11   - 'access files overview'
12   - 'access in-place editing'
13   - 'access toolbar'
14   - 'cancel account'
15   - 'change own username'
16   - 'create terms in recipe_category'
17   - 'create terms in tags'
18   - 'create url aliases'
19   - 'delete all revisions'
20   - 'delete any article content'
21   - 'delete any page content'
22   - 'delete any recipe content'
23   - 'delete article revisions'
24   - 'delete page revisions'
25   - 'delete recipe revisions'
26   - 'delete terms in recipe_category'
27   - 'delete terms in tags'
28   - 'edit any article content'
29   - 'edit any page content'
30   - 'edit any recipe content'
31   - 'edit terms in recipe_category'
32   - 'edit terms in tags'
33   - 'revert all revisions'
34   - 'revert article revisions'
35   - 'revert page revisions'
36   - 'revert recipe revisions'
37   - 'use editorial transition archive'
38   - 'use editorial transition archived_published'
39   - 'use editorial transition publish'
40   - 'view all revisions'
41   - 'view any unpublished content'
42   - 'view article revisions'
43   - 'view latest version'
44   - 'view page revisions'
45   - 'view recipe revisions'
46   - 'view the administration theme'