Skip to content
Snippets Groups Projects
Unverified Commit e542d0e2 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3066570 by shaal, markconroy: Adding additional permissions to Editor in Umami

parent f472c5ee
No related branches found
No related tags found
6 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1012Issue #3226887: Hreflang on non-canonical content pages,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10,!596Issue #3046532: deleting an entity reference field, used in a contextual view, makes the whole site unrecoverable,!496Issue #2463967: Use .user.ini file for PHP settings,!16Draft: Resolve #2081585 "History storage"
......@@ -6,13 +6,17 @@ label: Editor
weight: 4
is_admin: null
permissions:
- 'access administration pages'
- 'access content overview'
- 'access contextual links'
- 'access files overview'
- 'access in-place editing'
- 'access taxonomy overview'
- 'access toolbar'
- 'administer shortcuts'
- 'cancel account'
- 'change own username'
- 'create content translations'
- 'create terms in recipe_category'
- 'create terms in tags'
- 'create url aliases'
......@@ -21,6 +25,7 @@ permissions:
- 'delete any page content'
- 'delete any recipe content'
- 'delete article revisions'
- 'delete content translations'
- 'delete page revisions'
- 'delete recipe revisions'
- 'delete terms in recipe_category'
......@@ -34,6 +39,8 @@ permissions:
- 'revert article revisions'
- 'revert page revisions'
- 'revert recipe revisions'
- 'translate any entity'
- 'update content translations'
- 'use editorial transition archive'
- 'use editorial transition archived_published'
- 'use editorial transition publish'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment