From cb3524de2df12170126873f33575b67659ffc617 Mon Sep 17 00:00:00 2001
From: Lily Yan <lily.yan@uwaterloo.ca>
Date: Wed, 25 Nov 2020 14:12:40 -0500
Subject: [PATCH] ISTWCMS-4211 Move the URL alias tab into the disabled section
 in manage form display of uw_vocab_audience

---
 ...axonomy_term.uw_vocab_audience.default.yml | 44 +++++++++++++++++++
 1 file changed, 44 insertions(+)
 create mode 100644 config/install/core.entity_form_display.taxonomy_term.uw_vocab_audience.default.yml

diff --git a/config/install/core.entity_form_display.taxonomy_term.uw_vocab_audience.default.yml b/config/install/core.entity_form_display.taxonomy_term.uw_vocab_audience.default.yml
new file mode 100644
index 00000000..8d0a4697
--- /dev/null
+++ b/config/install/core.entity_form_display.taxonomy_term.uw_vocab_audience.default.yml
@@ -0,0 +1,44 @@
+langcode: en
+status: true
+dependencies:
+  config:
+    - taxonomy.vocabulary.uw_vocab_audience
+  module:
+    - text
+id: taxonomy_term.uw_vocab_audience.default
+targetEntityType: taxonomy_term
+bundle: uw_vocab_audience
+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: {  }
+hidden:
+  path: true
-- 
GitLab