From 1326b46cab7ab7f80e301f2d423b75fc49cf4907 Mon Sep 17 00:00:00 2001 From: Igor Biki <ibiki@uwaterloo.ca> Date: Fri, 11 Mar 2022 08:37:52 -0500 Subject: [PATCH] ISTWCMS-5409: Update to form displays. --- ...play.taxonomy_term.uw_vocab_audience.default.yml | 13 +++++++++++++ uw_cfg_common.info.yml | 1 + 2 files changed, 14 insertions(+) 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 index 7c79c0d2..fed801df 100644 --- 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 @@ -4,6 +4,7 @@ dependencies: config: - taxonomy.vocabulary.uw_vocab_audience module: + - scheduler - text id: taxonomy_term.uw_vocab_audience.default targetEntityType: taxonomy_term @@ -33,6 +34,12 @@ content: size: 60 placeholder: '' third_party_settings: { } + publish_on: + type: datetime_timestamp_no_default + weight: 30 + region: content + settings: { } + third_party_settings: { } status: type: boolean_checkbox settings: @@ -45,5 +52,11 @@ content: settings: { } third_party_settings: { } region: content + unpublish_on: + type: datetime_timestamp_no_default + weight: 30 + region: content + settings: { } + third_party_settings: { } hidden: path: true diff --git a/uw_cfg_common.info.yml b/uw_cfg_common.info.yml index cf8095e5..c04cf61f 100644 --- a/uw_cfg_common.info.yml +++ b/uw_cfg_common.info.yml @@ -52,6 +52,7 @@ dependencies: - 'drupal:views' - 'metatag:metatag_extended_perms' - 'quick_node_clone:quick_node_clone' + - 'scheduler:scheduler' - 'simple_sitemap:simple_sitemap' - 'subpathauto:subpathauto' - 'uw_media:uw_media' -- GitLab