From 9184283a170fdd92e3ec99fe614bce3ea9a7b8fe Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 15 Dec 2021 14:58:17 +0100 Subject: [PATCH] fix body field visibility --- config/sync/user.role.anonymous.yml | 1 + config/sync/user.role.authenticated.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/sync/user.role.anonymous.yml b/config/sync/user.role.anonymous.yml index ed1c432..ce1c329 100644 --- a/config/sync/user.role.anonymous.yml +++ b/config/sync/user.role.anonymous.yml @@ -29,6 +29,7 @@ permissions: - 'restful post user_registration' - 'subscribe to newsletters' - 'use text format wysiwyg' + - 'view body' - 'view commerce_product' - 'view expo_fiches config page entity' - 'view field_materiau_images' diff --git a/config/sync/user.role.authenticated.yml b/config/sync/user.role.authenticated.yml index d86a21a..b50df43 100644 --- a/config/sync/user.role.authenticated.yml +++ b/config/sync/user.role.authenticated.yml @@ -40,6 +40,7 @@ permissions: - 'update own customer profile' - 'use chutier' - 'use text format wysiwyg' + - 'view body' - 'view commerce_product' - 'view expo_fiches config page entity' - 'view field_materiau_images'