From 87bdbd502bbf8bde5ded0f7450c76f47e704480b Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Wed, 12 Oct 2022 16:35:37 -0400
Subject: [PATCH] ISTWCMS-5880: adding banner field

---
 .../field.storage.node.field_uw_banner.yml    | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 config/install/field.storage.node.field_uw_banner.yml

diff --git a/config/install/field.storage.node.field_uw_banner.yml b/config/install/field.storage.node.field_uw_banner.yml
new file mode 100644
index 00000000..38e4c282
--- /dev/null
+++ b/config/install/field.storage.node.field_uw_banner.yml
@@ -0,0 +1,20 @@
+langcode: en
+status: true
+dependencies:
+  module:
+    - entity_reference_revisions
+    - node
+    - paragraphs
+id: node.field_uw_banner
+field_name: field_uw_banner
+entity_type: node
+type: entity_reference_revisions
+settings:
+  target_type: paragraph
+module: entity_reference_revisions
+locked: false
+cardinality: -1
+translatable: true
+indexes: {  }
+persist_with_no_fields: false
+custom_storage: false
-- 
GitLab