From 08daeeea31093eeced3e2942757bedac7ee4ce6b Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Sun, 18 Feb 2018 13:47:18 +0200
Subject: [PATCH] Issue #2945609: Added [Field Categories, and Field Tags]
 storage fields to Varbase core config

---
 .../field.storage.node.field_categories.yml   | 19 +++++++++++++++++++
 .../install/field.storage.node.field_tags.yml | 19 +++++++++++++++++++
 2 files changed, 38 insertions(+)
 create mode 100644 config/install/field.storage.node.field_categories.yml
 create mode 100644 config/install/field.storage.node.field_tags.yml

diff --git a/config/install/field.storage.node.field_categories.yml b/config/install/field.storage.node.field_categories.yml
new file mode 100644
index 00000000..27d295c1
--- /dev/null
+++ b/config/install/field.storage.node.field_categories.yml
@@ -0,0 +1,19 @@
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+    - taxonomy
+id: node.field_categories
+field_name: field_categories
+entity_type: node
+type: entity_reference
+settings:
+  target_type: taxonomy_term
+module: core
+locked: false
+cardinality: -1
+translatable: true
+indexes: {  }
+persist_with_no_fields: false
+custom_storage: false
diff --git a/config/install/field.storage.node.field_tags.yml b/config/install/field.storage.node.field_tags.yml
new file mode 100644
index 00000000..73f821f2
--- /dev/null
+++ b/config/install/field.storage.node.field_tags.yml
@@ -0,0 +1,19 @@
+langcode: en
+status: true
+dependencies:
+  module:
+    - node
+    - taxonomy
+id: node.field_tags
+field_name: field_tags
+entity_type: node
+type: entity_reference
+settings:
+  target_type: taxonomy_term
+module: core
+locked: false
+cardinality: -1
+translatable: true
+indexes: {  }
+persist_with_no_fields: false
+custom_storage: false
-- 
GitLab