From 5e02708016f0a40403e457a08af5b6e989e9fc36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 3 Oct 2019 00:46:35 -0400 Subject: [PATCH] Remove unused, not-easily-implemented proofreader role --- config/sync/user.role.proofreader.yml | 40 --------------------------- 1 file changed, 40 deletions(-) delete mode 100644 config/sync/user.role.proofreader.yml diff --git a/config/sync/user.role.proofreader.yml b/config/sync/user.role.proofreader.yml deleted file mode 100644 index aefb6b3..0000000 --- a/config/sync/user.role.proofreader.yml +++ /dev/null @@ -1,40 +0,0 @@ -uuid: b9fb30e7-e260-4654-b97b-d9960f618e53 -langcode: en -status: true -dependencies: { } -id: proofreader -label: proofreader -weight: 0 -is_admin: null -permissions: - - 'access administration pages' - - 'access contextual links' - - 'access overlay' - - 'access site-wide contact form' - - 'access toolbar' - - 'administer menu' - - 'administer statistics' - - 'edit any blog content' - - 'edit any content_document content' - - 'edit any content_event content' - - 'edit any issue_index content' - - 'edit any link content' - - 'edit any page content' - - 'edit any story content' - - 'edit own comments' - - 'revert revisions' - - 'show format selection for comment' - - 'show format selection for file' - - 'show format selection for node' - - 'show format selection for taxonomy_term' - - 'show format selection for user' - - 'show format tips' - - 'show more format tips link' - - 'skip CAPTCHA' - - 'toggle disqus comments' - - 'translate interface' - - 'use advanced search' - - 'use text format 3' - - 'view files' - - 'view revisions' - - 'view the administration theme'