workflows.workflow.editorial.yml
Same filename in this branch
Same filename in other branches
- 9 core/profiles/standard/config/optional/workflows.workflow.editorial.yml
- 9 core/profiles/demo_umami/config/install/workflows.workflow.editorial.yml
- 8.9.x core/profiles/standard/config/optional/workflows.workflow.editorial.yml
- 8.9.x core/profiles/demo_umami/config/install/workflows.workflow.editorial.yml
- 11.x core/profiles/standard/config/optional/workflows.workflow.editorial.yml
- 11.x core/profiles/demo_umami/config/install/workflows.workflow.editorial.yml
- 11.x core/recipes/editorial_workflow/config/workflows.workflow.editorial.yml
2 string references to 'workflows.workflow.editorial'
- AddModerationConfigActionTest::testAddEntityTypeAndBundle in core/
modules/ content_moderation/ tests/ src/ Kernel/ ConfigAction/ AddModerationConfigActionTest.php - ContentModerationWorkflowConfigTest::testDeletingStateViaConfiguration in core/
modules/ content_moderation/ tests/ src/ Kernel/ ContentModerationWorkflowConfigTest.php - Tests deleting a state via config import.
File
-
core/
recipes/ editorial_workflow/ config/ workflows.workflow.editorial.yml
View source
- langcode: en
- status: true
- dependencies:
- module:
- - content_moderation
- id: editorial
- label: Editorial
- type: content_moderation
- type_settings:
- states:
- archived:
- label: Archived
- weight: 5
- published: false
- default_revision: true
- draft:
- label: Draft
- weight: -5
- published: false
- default_revision: false
- published:
- label: Published
- weight: 0
- published: true
- default_revision: true
- transitions:
- archive:
- label: Archive
- from:
- - published
- to: archived
- weight: 2
- archived_draft:
- label: 'Restore to Draft'
- from:
- - archived
- to: draft
- weight: 3
- archived_published:
- label: Restore
- from:
- - archived
- to: published
- weight: 4
- create_new_draft:
- label: 'Create New Draft'
- from:
- - draft
- - published
- to: draft
- weight: 0
- publish:
- label: Publish
- from:
- - draft
- - published
- to: published
- weight: 1
- entity_types: { }
- default_moderation_state: draft
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.