Skip to content
Snippets Groups Projects
Commit 353f8f4d authored by Igor Biki's avatar Igor Biki
Browse files

ISTWCMS-5409: Adding scheduler options to service.

parent 014fcf22
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.
...@@ -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,7 @@ dependencies: ...@@ -35,6 +35,7 @@ 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'
- '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