Browse Source

fixed permissions for home material's cards

bach 2 years ago
parent
commit
fd0feb0fda

+ 1 - 1
config/sync/gdpr_fields.gdpr_fields_config.node.yml

@@ -125,7 +125,7 @@ bundles:
       rtf: 'no'
       rta: 'no'
       enabled: false
-      anonymizer: ''
+      anonymizer: email_anonymizer
       notes: ''
       relationship: 0
       sars_filename: ''

+ 1 - 0
config/sync/user.role.anonymous.yml

@@ -31,6 +31,7 @@ permissions:
   - 'use text format wysiwyg'
   - 'view commerce_product'
   - 'view expo_fiches config page entity'
+  - 'view field_materiau_images'
   - 'view field_short_description'
   - 'view field_showroom_files'
   - 'view materio_product_type commerce_product'

+ 1 - 0
config/sync/user.role.authenticated.yml

@@ -42,6 +42,7 @@ permissions:
   - 'use text format wysiwyg'
   - 'view commerce_product'
   - 'view expo_fiches config page entity'
+  - 'view field_materiau_images'
   - 'view field_short_description'
   - 'view field_showroom_files'
   - 'view materio_product_type commerce_product'