From f1f832dad4f9f66ddd179b8ba7605deac2c1cc93 Mon Sep 17 00:00:00 2001
From: l26yan <l26yan@uwaterloo.ca>
Date: Mon, 18 Oct 2021 09:14:45 -0400
Subject: [PATCH] ISTWCMS-5093 Remove service tags vocab

---
 ...omy_term.uw_vocab_service_tags.default.yml | 49 -------------------
 ...gs.taxonomy_term.uw_vocab_service_tags.yml | 10 ----
 ...onomy.vocabulary.uw_vocab_service_tags.yml |  7 ---
 3 files changed, 66 deletions(-)
 delete mode 100644 config/install/core.entity_form_display.taxonomy_term.uw_vocab_service_tags.default.yml
 delete mode 100644 config/install/language.content_settings.taxonomy_term.uw_vocab_service_tags.yml
 delete mode 100644 config/install/taxonomy.vocabulary.uw_vocab_service_tags.yml

diff --git a/config/install/core.entity_form_display.taxonomy_term.uw_vocab_service_tags.default.yml b/config/install/core.entity_form_display.taxonomy_term.uw_vocab_service_tags.default.yml
deleted file mode 100644
index b221e21..0000000
--- a/config/install/core.entity_form_display.taxonomy_term.uw_vocab_service_tags.default.yml
+++ /dev/null
@@ -1,49 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - taxonomy.vocabulary.uw_vocab_service_tags
-  module:
-    - text
-id: taxonomy_term.uw_vocab_service_tags.default
-targetEntityType: taxonomy_term
-bundle: uw_vocab_service_tags
-mode: default
-content:
-  description:
-    type: text_textarea
-    weight: 1
-    region: content
-    settings:
-      placeholder: ''
-      rows: 5
-    third_party_settings: {  }
-  langcode:
-    type: language_select
-    weight: 2
-    region: content
-    settings:
-      include_locked: true
-    third_party_settings: {  }
-  name:
-    type: string_textfield
-    weight: 0
-    region: content
-    settings:
-      size: 60
-      placeholder: ''
-    third_party_settings: {  }
-  status:
-    type: boolean_checkbox
-    settings:
-      display_label: true
-    weight: 3
-    region: content
-    third_party_settings: {  }
-  tvi:
-    weight: 4
-    region: content
-    settings: {  }
-    third_party_settings: {  }
-hidden:
-  path: true
diff --git a/config/install/language.content_settings.taxonomy_term.uw_vocab_service_tags.yml b/config/install/language.content_settings.taxonomy_term.uw_vocab_service_tags.yml
deleted file mode 100644
index c72c993..0000000
--- a/config/install/language.content_settings.taxonomy_term.uw_vocab_service_tags.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-langcode: en
-status: true
-dependencies:
-  config:
-    - taxonomy.vocabulary.uw_vocab_service_tags
-id: taxonomy_term.uw_vocab_service_tags
-target_entity_type_id: taxonomy_term
-target_bundle: uw_vocab_service_tags
-default_langcode: site_default
-language_alterable: false
diff --git a/config/install/taxonomy.vocabulary.uw_vocab_service_tags.yml b/config/install/taxonomy.vocabulary.uw_vocab_service_tags.yml
deleted file mode 100644
index df319c6..0000000
--- a/config/install/taxonomy.vocabulary.uw_vocab_service_tags.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-langcode: en
-status: true
-dependencies: {  }
-name: 'Service tags'
-vid: uw_vocab_service_tags
-description: 'Tags for service content type'
-weight: 0
-- 
GitLab