diff --git a/config/install/node.type.uw_ct_service.yml b/config/install/node.type.uw_ct_service.yml
index 9d24f4c79a997322ba2dc3cd0315ef21784e676e..26200a47dd1ca1343e5a4c94a3f111db56d6522c 100644
--- a/config/install/node.type.uw_ct_service.yml
+++ b/config/install/node.type.uw_ct_service.yml
@@ -5,6 +5,7 @@ dependencies:
     - entity_browser_block_layout
     - menu_ui
     - node_revision_delete
+    - scheduler
 third_party_settings:
   entity_browser_block_layout:
     entity_browser_block_layout_view_modes:
@@ -25,6 +26,19 @@ third_party_settings:
     minimum_revisions_to_keep: 50
     minimum_age_to_delete: 0
     when_to_delete: 0
+  scheduler:
+    expand_fieldset: when_required
+    fields_display_mode: vertical_tab
+    publish_enable: true
+    publish_past_date: error
+    publish_past_date_created: false
+    publish_required: false
+    publish_revision: true
+    publish_touch: true
+    show_message_after_update: true
+    unpublish_enable: true
+    unpublish_required: false
+    unpublish_revision: true
 name: Service
 type: uw_ct_service
 description: 'Services list the services offered by this faculty/school/department/unit.'
diff --git a/uw_ct_service.info.yml b/uw_ct_service.info.yml
index ec1fe2b6ed6f6b78f984e0766d325fcff936553a..043643afab5f6b62907545b3a0643695c2975fd5 100644
--- a/uw_ct_service.info.yml
+++ b/uw_ct_service.info.yml
@@ -1,4 +1,4 @@
-name: UW Service
+name: 'UW Service'
 type: module
 package: WCMS
 core_version_requirement: '^8.9 || ^9'
@@ -35,6 +35,7 @@ dependencies:
   - 'office_hours:office_hours'
   - 'office_hours_exceptions:office_hours_exceptions'
   - 'require_on_publish:require_on_publish'
+  - 'scheduler:scheduler'
   - 'simple_sitemap:simple_sitemap'
   - 'term_reference_tree:term_reference_tree'
   - 'tvi:tvi'