From 6a40befc71d54435a1b6e6736f83acefdccd2e70 Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 20 Apr 2022 16:28:43 +0200 Subject: [PATCH] fix anonymous display #1516 --- config/sync/node.type.materiau.yml | 2 +- config/sync/user.role.anonymous.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/sync/node.type.materiau.yml b/config/sync/node.type.materiau.yml index e6e6b656..eeede923 100644 --- a/config/sync/node.type.materiau.yml +++ b/config/sync/node.type.materiau.yml @@ -18,4 +18,4 @@ description: '' help: '' new_revision: false preview_mode: 0 -display_submitted: true +display_submitted: false diff --git a/config/sync/user.role.anonymous.yml b/config/sync/user.role.anonymous.yml index cf28d0bf..8f72183c 100644 --- a/config/sync/user.role.anonymous.yml +++ b/config/sync/user.role.anonymous.yml @@ -38,7 +38,6 @@ permissions: - 'subscribe to newsletters' - 'use text format restricted_html' - 'use text format wysiwyg' - - 'view body' - 'view commerce_product' - 'view field_materiau_images' - 'view field_short_description'