Skip to content
Snippets Groups Projects

ISTWCMS-5409: Adding scheduler options to catalog.

Merged Igor Biki requested to merge feature/ISTWCMS-5409-ibiki-drush-scheduler into 1.0.x
Files
6
@@ -19,6 +19,8 @@ dependencies:
- media_library
- metatag
- path
- scheduler
- scheduler_content_moderation_integration
- term_reference_tree
- text
third_party_settings:
@@ -177,6 +179,23 @@ content:
settings:
display_label: true
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:
type: boolean_checkbox
weight: 15
@@ -209,6 +228,18 @@ content:
size: 60
placeholder: ''
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:
weight: 17
region: content
Loading