From 766efbb62633581ba36f4f0b94e65ad18bbd4881 Mon Sep 17 00:00:00 2001 From: Tanner Heffner Date: Wed, 1 Nov 2023 15:03:04 -0700 Subject: [PATCH] update perms for nextjs role --- config/sync/user.role.next_js.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/sync/user.role.next_js.yml b/config/sync/user.role.next_js.yml index 4e1997542d..d9955b5c86 100644 --- a/config/sync/user.role.next_js.yml +++ b/config/sync/user.role.next_js.yml @@ -3,8 +3,10 @@ langcode: en status: true dependencies: module: + - content_moderation - node - subrequests + - system - va_gov_backend third_party_settings: va_gov_backend: @@ -14,6 +16,8 @@ label: Next.js weight: 7 is_admin: null permissions: + - 'access content' - 'access user profiles' - - 'bypass node access' - 'issue subrequests' + - 'view all revisions' + - 'view any unpublished content'