From fd0feb0fda20976891519d37e566b11ef99d2f6b Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 14 Dec 2021 09:48:47 +0100 Subject: [PATCH] fixed permissions for home material's cards --- config/sync/gdpr_fields.gdpr_fields_config.node.yml | 2 +- config/sync/user.role.anonymous.yml | 1 + config/sync/user.role.authenticated.yml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config/sync/gdpr_fields.gdpr_fields_config.node.yml b/config/sync/gdpr_fields.gdpr_fields_config.node.yml index 80710203..119193a9 100644 --- a/config/sync/gdpr_fields.gdpr_fields_config.node.yml +++ b/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: '' diff --git a/config/sync/user.role.anonymous.yml b/config/sync/user.role.anonymous.yml index 183af442..ed1c432f 100644 --- a/config/sync/user.role.anonymous.yml +++ b/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' diff --git a/config/sync/user.role.authenticated.yml b/config/sync/user.role.authenticated.yml index dede588b..d86a21a6 100644 --- a/config/sync/user.role.authenticated.yml +++ b/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'