From 7390f05efbdb49f32eb0dd6255549a3abd010dfe Mon Sep 17 00:00:00 2001 From: Cedric Lenders <61348-CedricL@users.noreply.drupalcode.org> Date: Wed, 5 Feb 2025 15:08:51 +0000 Subject: [PATCH] Fix illogical exclude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7c5019..3b33541 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ tags: - { name: entity_preprocess_service, priority: 100 } properties: applies_to: - - { entity_type: 'node', view_mode: 'full', bundle: 'page'} + - { entity_type: 'node', view_mode: 'full'} excludes: - { entity_type: 'node', bundle: 'news'} ``` -- GitLab