Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
acquia_starterkits
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
acquia_starterkits
Merge requests
!32
Acquia Drupal Starter Kit Editorial Workflows recipe
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Acquia Drupal Starter Kit Editorial Workflows recipe
issue/acquia_starterkits-3493457:3493457-recipe-editorial-workflows
into
0.x
Overview
0
Commits
1
Pipelines
5
Changes
9
Open
Pravin Gaikwad
requested to merge
issue/acquia_starterkits-3493457:3493457-recipe-editorial-workflows
into
0.x
3 weeks ago
Overview
0
Commits
1
Pipelines
5
Changes
9
Expand
Closes
#3493457
👍
0
👎
0
Merge request reports
Compare
0.x
version 1
b5bba481
3 weeks ago
0.x (base)
and
latest version
latest version
a0d88f9c
1 commit,
2 weeks ago
version 1
b5bba481
1 commit,
3 weeks ago
9 files
+
213
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
recipes/acquia_starterkit_editorial_workflow/config/workflows.workflow.editorial.yml
0 → 100644
+
68
−
0
Options
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
review
:
label
:
'
In
review'
weight
:
-1
published
:
false
default_revision
:
false
transitions
:
archive
:
label
:
Archive
from
:
-
published
to
:
archived
weight
:
2
archived_published
:
label
:
'
Restore
from
archive'
from
:
-
archived
to
:
published
weight
:
4
create_new_draft
:
label
:
'
Create
New
Draft'
from
:
-
archived
-
draft
-
published
-
review
to
:
draft
weight
:
0
publish
:
label
:
Publish
from
:
-
draft
-
published
-
review
to
:
published
weight
:
1
review
:
label
:
'
Send
to
review'
from
:
-
draft
-
review
to
:
review
weight
:
0
default_moderation_state
:
draft
Loading