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 7c79c0d266999fbd4a1b0e6dbb9ff332a6b93dea..fed801df42af620d66c32a96fd3a73f157e75fc8 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 cf8095e55de6f408dce28cbaddd229ce4a5e7d37..c04cf61fe4f9134953c1a9c970c9874c0af891e1 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'