From 8f1da49dd8f82e355d2bfaa673662be368ac041c Mon Sep 17 00:00:00 2001
From: Lily Yan <lily.yan@uwaterloo.ca>
Date: Fri, 23 Jul 2021 08:54:59 -0400
Subject: [PATCH] ISTWCMS-3002 Add quick node clone settings

---
 config/install/quick_node_clone.settings.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 config/install/quick_node_clone.settings.yml

diff --git a/config/install/quick_node_clone.settings.yml b/config/install/quick_node_clone.settings.yml
new file mode 100644
index 00000000..fffcd41e
--- /dev/null
+++ b/config/install/quick_node_clone.settings.yml
@@ -0,0 +1,16 @@
+text_to_prepend_to_title: 'Clone of'
+exclude:
+  node:
+    uw_ct_sidebar:
+      - field_uw_attach_page
+  paragraph: {  }
+clone_status: false
+allowed_bundles:
+  - uw_ct_blog
+  - uw_ct_catalog_item
+  - uw_ct_contact
+  - uw_ct_event
+  - uw_ct_news_item
+  - uw_ct_profile
+  - uw_ct_sidebar
+  - uw_ct_web_page
-- 
GitLab