From a190cc67f7b00fd395b5d2867cd8da35eabc4082 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 4 Apr 2024 18:00:00 +0100 Subject: [PATCH] Hide testimonial nodes --- config/sync/core.extension.yml | 1 + ...ole.behavior_settings.node_type_testimonial.yml | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 config/sync/rabbit_hole.behavior_settings.node_type_testimonial.yml diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index f066504..f412702 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -39,6 +39,7 @@ module: path_alias: 0 rabbit_hole: 0 redirect: 0 + rh_node: 0 search: 0 shortcut: 0 system: 0 diff --git a/config/sync/rabbit_hole.behavior_settings.node_type_testimonial.yml b/config/sync/rabbit_hole.behavior_settings.node_type_testimonial.yml new file mode 100644 index 0000000..e3648ee --- /dev/null +++ b/config/sync/rabbit_hole.behavior_settings.node_type_testimonial.yml @@ -0,0 +1,14 @@ +uuid: ae201a80-010b-482e-a542-f034c794fd72 +langcode: en +status: true +dependencies: + config: + - node.type.testimonial +id: node_type_testimonial +entity_type_id: node_type +entity_id: testimonial +action: page_not_found +allow_override: 0 +redirect: '' +redirect_code: 301 +redirect_fallback_action: access_denied