Browse Source

fix body field visibility

bach 3 years ago
parent
commit
9184283a17
2 changed files with 2 additions and 0 deletions
  1. 1 0
      config/sync/user.role.anonymous.yml
  2. 1 0
      config/sync/user.role.authenticated.yml

+ 1 - 0
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'

+ 1 - 0
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'