From c647742f0057585179ba2fa7687a59c560b71aa2 Mon Sep 17 00:00:00 2001 From: Lily Yan Date: Fri, 13 Aug 2021 15:32:50 -0400 Subject: [PATCH] ISTWCMS-5001 Recreate feature for tvi update to 1.0-rc4 --- ..._form_display.taxonomy_term.uw_tax_event_tags.default.yml | 5 +++++ ..._form_display.taxonomy_term.uw_tax_event_type.default.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/config/install/core.entity_form_display.taxonomy_term.uw_tax_event_tags.default.yml b/config/install/core.entity_form_display.taxonomy_term.uw_tax_event_tags.default.yml index ffa1a6b..8985bc6 100644 --- a/config/install/core.entity_form_display.taxonomy_term.uw_tax_event_tags.default.yml +++ b/config/install/core.entity_form_display.taxonomy_term.uw_tax_event_tags.default.yml @@ -40,5 +40,10 @@ content: weight: 3 region: content third_party_settings: { } + tvi: + weight: 100 + settings: { } + third_party_settings: { } + region: content hidden: path: true diff --git a/config/install/core.entity_form_display.taxonomy_term.uw_tax_event_type.default.yml b/config/install/core.entity_form_display.taxonomy_term.uw_tax_event_type.default.yml index 34a2a71..3444b93 100644 --- a/config/install/core.entity_form_display.taxonomy_term.uw_tax_event_type.default.yml +++ b/config/install/core.entity_form_display.taxonomy_term.uw_tax_event_type.default.yml @@ -40,5 +40,10 @@ content: weight: 3 region: content third_party_settings: { } + tvi: + weight: 100 + settings: { } + third_party_settings: { } + region: content hidden: path: true -- GitLab