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 2fe40cdc20ee58844c96984e6140cba76ba2b9f3..8d0b3c5fd0659941c23838b7ef406f7c8cd5935b 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 @@ -35,6 +35,7 @@ dependencies: - office_hours_exceptions - path - scheduler + - scheduler_content_moderation_integration - term_reference_tree - text third_party_settings: @@ -376,6 +377,12 @@ content: region: content settings: { } third_party_settings: { } + publish_state: + type: scheduler_moderation + weight: 30 + region: content + settings: { } + third_party_settings: { } scheduler_settings: weight: 20 settings: { } @@ -419,6 +426,12 @@ content: region: content settings: { } third_party_settings: { } + unpublish_state: + type: scheduler_moderation + weight: 30 + region: content + settings: { } + third_party_settings: { } url_redirects: weight: 17 region: content diff --git a/uw_ct_service.info.yml b/uw_ct_service.info.yml index 043643afab5f6b62907545b3a0643695c2975fd5..3336141d327cbf999ae077dff7bdab13926c5547 100644 --- a/uw_ct_service.info.yml +++ b/uw_ct_service.info.yml @@ -36,6 +36,7 @@ dependencies: - 'office_hours_exceptions:office_hours_exceptions' - 'require_on_publish:require_on_publish' - 'scheduler:scheduler' + - 'scheduler_content_moderation_integration:scheduler_content_moderation_integration' - 'simple_sitemap:simple_sitemap' - 'term_reference_tree:term_reference_tree' - 'tvi:tvi'