Skip to content
Snippets Groups Projects
Commit b9c60858 authored by Lily Yan's avatar Lily Yan
Browse files

Merge branch 'feature/ISTWCMS-5409-ibiki-drush-scheduler' into '1.0.x'

ISTWCMS-5409: Adding scheduler options to service.

See merge request !18
parents 014fcf22 a503e29c
No related branches found
No related tags found
3 merge requests!60ISTWCMS-6095 Update maxlength settings for title, text fields and link fields...,!25ISTWCMS-5779 Click update button under...,!18ISTWCMS-5409: Adding scheduler options to service.
...@@ -34,6 +34,8 @@ dependencies: ...@@ -34,6 +34,8 @@ dependencies:
- metatag - metatag
- office_hours_exceptions - office_hours_exceptions
- path - path
- scheduler
- scheduler_content_moderation_integration
- term_reference_tree - term_reference_tree
- text - text
third_party_settings: third_party_settings:
...@@ -369,6 +371,23 @@ content: ...@@ -369,6 +371,23 @@ content:
settings: settings:
display_label: true display_label: true
third_party_settings: { } third_party_settings: { }
publish_on:
type: datetime_timestamp_no_default
weight: 30
region: content
settings: { }
third_party_settings: { }
publish_state:
type: scheduler_moderation
weight: 30
region: content
settings: { }
third_party_settings: { }
scheduler_settings:
weight: 20
settings: { }
third_party_settings: { }
region: content
status: status:
type: boolean_checkbox type: boolean_checkbox
weight: 19 weight: 19
...@@ -401,6 +420,18 @@ content: ...@@ -401,6 +420,18 @@ content:
size: 60 size: 60
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
unpublish_on:
type: datetime_timestamp_no_default
weight: 30
region: content
settings: { }
third_party_settings: { }
unpublish_state:
type: scheduler_moderation
weight: 30
region: content
settings: { }
third_party_settings: { }
url_redirects: url_redirects:
weight: 17 weight: 17
region: content region: content
......
...@@ -49,6 +49,12 @@ content: ...@@ -49,6 +49,12 @@ content:
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
publish_on:
type: datetime_timestamp_no_default
weight: 30
region: content
settings: { }
third_party_settings: { }
status: status:
type: boolean_checkbox type: boolean_checkbox
settings: settings:
...@@ -61,4 +67,10 @@ content: ...@@ -61,4 +67,10 @@ content:
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
unpublish_on:
type: datetime_timestamp_no_default
weight: 30
region: content
settings: { }
third_party_settings: { }
hidden: { } hidden: { }
...@@ -5,6 +5,7 @@ dependencies: ...@@ -5,6 +5,7 @@ dependencies:
- entity_browser_block_layout - entity_browser_block_layout
- menu_ui - menu_ui
- node_revision_delete - node_revision_delete
- scheduler
third_party_settings: third_party_settings:
entity_browser_block_layout: entity_browser_block_layout:
entity_browser_block_layout_view_modes: entity_browser_block_layout_view_modes:
...@@ -25,6 +26,19 @@ third_party_settings: ...@@ -25,6 +26,19 @@ third_party_settings:
minimum_revisions_to_keep: 50 minimum_revisions_to_keep: 50
minimum_age_to_delete: 0 minimum_age_to_delete: 0
when_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 name: Service
type: uw_ct_service type: uw_ct_service
description: 'Services list the services offered by this faculty/school/department/unit.' description: 'Services list the services offered by this faculty/school/department/unit.'
......
name: UW Service name: 'UW Service'
type: module type: module
package: WCMS package: WCMS
core_version_requirement: '^8.9 || ^9' core_version_requirement: '^8.9 || ^9'
...@@ -35,6 +35,8 @@ dependencies: ...@@ -35,6 +35,8 @@ dependencies:
- 'office_hours:office_hours' - 'office_hours:office_hours'
- 'office_hours_exceptions:office_hours_exceptions' - 'office_hours_exceptions:office_hours_exceptions'
- 'require_on_publish:require_on_publish' - 'require_on_publish:require_on_publish'
- 'scheduler:scheduler'
- 'scheduler_content_moderation_integration:scheduler_content_moderation_integration'
- 'simple_sitemap:simple_sitemap' - 'simple_sitemap:simple_sitemap'
- 'term_reference_tree:term_reference_tree' - 'term_reference_tree:term_reference_tree'
- 'tvi:tvi' - 'tvi:tvi'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment