From dc3c625eb84ef6cb8a6f8bd8f52b22a293f2dcb5 Mon Sep 17 00:00:00 2001 From: Tyler Stryuk <tyler.struyk@gmail.com> Date: Thu, 3 Oct 2024 10:19:34 -0400 Subject: [PATCH] ISTWCMS-6904: taxonomy authorship config, remove display --- ...rm.uw_vocab_service_categories.default.yml | 34 ------------------- 1 file changed, 34 deletions(-) diff --git a/config/install/core.entity_view_display.taxonomy_term.uw_vocab_service_categories.default.yml b/config/install/core.entity_view_display.taxonomy_term.uw_vocab_service_categories.default.yml index 5e0a995..c154e8f 100644 --- a/config/install/core.entity_view_display.taxonomy_term.uw_vocab_service_categories.default.yml +++ b/config/install/core.entity_view_display.taxonomy_term.uw_vocab_service_categories.default.yml @@ -51,40 +51,6 @@ content: fences_label_classes: '' weight: 0 region: content - field_vocab_author_by: - type: entity_reference_label - label: above - settings: - link: true - third_party_settings: { } - weight: 2 - region: content - field_vocab_author_on: - type: datetime_default - label: above - settings: - timezone_override: '' - format_type: medium - third_party_settings: { } - weight: 3 - region: content - field_vocab_last_updated_by: - type: entity_reference_label - label: above - settings: - link: true - third_party_settings: { } - weight: 4 - region: content - field_vocab_last_updated_on: - type: datetime_default - label: above - settings: - timezone_override: '' - format_type: medium - third_party_settings: { } - weight: 5 - region: content hidden: field_vocab_author_by: true field_vocab_author_on: true -- GitLab