Skip to content
Snippets Groups Projects
Commit b4caa0cf 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 profile.

See merge request !25
parents cd13ad3c 2d836394
No related branches found
No related tags found
1 merge request!25ISTWCMS-5409: Adding scheduler options to profile.
......@@ -24,6 +24,8 @@ dependencies:
- media_library
- metatag
- path
- scheduler
- scheduler_content_moderation_integration
- text
third_party_settings:
field_group:
......@@ -201,6 +203,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: 9
......@@ -233,6 +252,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: 20
region: content
......
......@@ -5,6 +5,7 @@ dependencies:
- entity_browser_block_layout
- menu_ui
- node_revision_delete
- scheduler
third_party_settings:
entity_browser_block_layout:
entity_browser_block_layout_view_modes:
......@@ -25,6 +26,19 @@ third_party_settings:
minimum_revisions_to_keep: 50
minimum_age_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: Profile
type: uw_ct_profile
description: 'A profile, which can be optionally added to pages and appears under the "Profiles" section of your site.'
......
name: UW Profile
name: 'UW Profile'
description: 'Add featured people profiles.'
type: module
package: WCMS
......@@ -30,6 +30,8 @@ dependencies:
- 'metatag:metatag'
- '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