From 3b055bbab0a032776b18d3b73a0f22086c3a6060 Mon Sep 17 00:00:00 2001
From: Igor Biki <ibiki@uwaterloo.ca>
Date: Thu, 10 Mar 2022 16:47:41 -0500
Subject: [PATCH] ISTWCMS-5409: Update to form displays.

---
 ...form_display.node.uw_ct_service.default.yml | 18 ++++++++++++++++++
 ...erm.uw_vocab_service_categories.default.yml | 13 +++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/config/install/core.entity_form_display.node.uw_ct_service.default.yml b/config/install/core.entity_form_display.node.uw_ct_service.default.yml
index a9f7cd0..2fe40cd 100644
--- a/config/install/core.entity_form_display.node.uw_ct_service.default.yml
+++ b/config/install/core.entity_form_display.node.uw_ct_service.default.yml
@@ -34,6 +34,7 @@ dependencies:
     - metatag
     - office_hours_exceptions
     - path
+    - scheduler
     - term_reference_tree
     - text
 third_party_settings:
@@ -369,6 +370,17 @@ content:
     settings:
       display_label: true
     third_party_settings: {  }
+  publish_on:
+    type: datetime_timestamp_no_default
+    weight: 30
+    region: content
+    settings: {  }
+    third_party_settings: {  }
+  scheduler_settings:
+    weight: 20
+    settings: {  }
+    third_party_settings: {  }
+    region: content
   status:
     type: boolean_checkbox
     weight: 19
@@ -401,6 +413,12 @@ content:
       size: 60
       placeholder: ''
     third_party_settings: {  }
+  unpublish_on:
+    type: datetime_timestamp_no_default
+    weight: 30
+    region: content
+    settings: {  }
+    third_party_settings: {  }
   url_redirects:
     weight: 17
     region: content
diff --git a/config/install/core.entity_form_display.taxonomy_term.uw_vocab_service_categories.default.yml b/config/install/core.entity_form_display.taxonomy_term.uw_vocab_service_categories.default.yml
index 02b115a..3269e40 100644
--- a/config/install/core.entity_form_display.taxonomy_term.uw_vocab_service_categories.default.yml
+++ b/config/install/core.entity_form_display.taxonomy_term.uw_vocab_service_categories.default.yml
@@ -7,6 +7,7 @@ dependencies:
   module:
     - media_library
     - path
+    - scheduler
     - text
 id: taxonomy_term.uw_vocab_service_categories.default
 targetEntityType: taxonomy_term
@@ -49,6 +50,12 @@ content:
     region: content
     settings: {  }
     third_party_settings: {  }
+  publish_on:
+    type: datetime_timestamp_no_default
+    weight: 30
+    region: content
+    settings: {  }
+    third_party_settings: {  }
   status:
     type: boolean_checkbox
     settings:
@@ -61,4 +68,10 @@ content:
     region: content
     settings: {  }
     third_party_settings: {  }
+  unpublish_on:
+    type: datetime_timestamp_no_default
+    weight: 30
+    region: content
+    settings: {  }
+    third_party_settings: {  }
 hidden: {  }
-- 
GitLab