Skip to content
Snippets Groups Projects

Draft: ISTWCMS-5551: fixing office hours display

Closed Eric Bremner requested to merge feature/ISTWCMS-5551-update-office-hours into 1.0.x
65 files
+ 2600
137
Compare changes
  • Side-by-side
  • Inline
Files
65
langcode: en
status: true
dependencies:
config:
- node.type.uw_ct_blog
- node.type.uw_ct_catalog_item
- node.type.uw_ct_contact
- node.type.uw_ct_event
- node.type.uw_ct_expand_collapse_group
- node.type.uw_ct_news_item
- node.type.uw_ct_opportunity
- node.type.uw_ct_profile
- node.type.uw_ct_project
- node.type.uw_ct_service
- node.type.uw_ct_sidebar
- node.type.uw_ct_site_footer
- node.type.uw_ct_web_page
module:
- content_moderation
id: uw_workflow
label: 'UW workflow'
type: content_moderation
type_settings:
states:
draft:
label: Draft
weight: -10
published: false
default_revision: false
published:
label: Published
weight: -10
published: true
default_revision: true
uw_wf_archived:
label: Archived
weight: -10
published: false
default_revision: true
uw_wf_needs_review:
label: 'Needs Review'
weight: -10
published: false
default_revision: false
uw_wf_unpublished:
label: Unpublished
weight: 0
published: false
default_revision: true
transitions:
archived:
label: Archive
from:
- draft
- published
- uw_wf_archived
- uw_wf_needs_review
to: uw_wf_archived
weight: 3
draft:
label: 'Create draft'
from:
- draft
- published
- uw_wf_archived
- uw_wf_needs_review
to: draft
weight: 0
needs_review:
label: 'Submit for review'
from:
- draft
- published
- uw_wf_archived
- uw_wf_needs_review
to: uw_wf_needs_review
weight: 1
published:
label: Publish
from:
- draft
- published
- uw_wf_archived
- uw_wf_needs_review
to: published
weight: 2
unpublish:
label: Unpublish
from:
- uw_wf_unpublished
to: draft
weight: 4
entity_types:
node:
- uw_ct_blog
- uw_ct_catalog_item
- uw_ct_contact
- uw_ct_event
- uw_ct_expand_collapse_group
- uw_ct_news_item
- uw_ct_opportunity
- uw_ct_profile
- uw_ct_project
- uw_ct_service
- uw_ct_sidebar
- uw_ct_site_footer
- uw_ct_web_page
default_moderation_state: draft
Loading