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

Adding scheduler content moderation dependency.

parent 3b0d8775
No related branches found
No related tags found
1 merge request!25ISTWCMS-5409: Adding scheduler options to profile.
......@@ -25,6 +25,7 @@ dependencies:
- metatag
- path
- scheduler
- scheduler_content_moderation_integration
- text
third_party_settings:
field_group:
......@@ -208,6 +209,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: { }
......@@ -251,6 +258,12 @@ content:
region: content
settings: { }
third_party_settings: { }
unpublish_state:
type: scheduler_moderation
weight: 30
region: content
settings: { }
third_party_settings: { }
url_redirects:
weight: 20
region: content
......
......@@ -31,6 +31,7 @@ dependencies:
- 'node_revision_delete:node_revision_delete'
- 'require_on_publish:require_on_publish'
- 'scheduler:scheduler'
- 'scheduler_content_moderation_integration:scheduler_content_moderation_integration'
- 'simple_sitemap:simple_sitemap'
- 'uw_cfg_common:uw_cfg_common'
- 'uw_ct_contact:uw_ct_contact'
......
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