Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!176
Issue
#2797583
: Dynamically provide action plugins for every moderation state change
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Issue
#2797583
: Dynamically provide action plugins for every moderation state change
issue/drupal-2797583:2797583-dynamically-provide-action
into
9.2.x
Overview
0
Commits
2
Pipelines
0
Changes
7
Open
Issue #2797583: Dynamically provide action plugins for every moderation state change
Oleh Vehera
requested to merge
issue/drupal-2797583:2797583-dynamically-provide-action
into
9.2.x
Dec 19, 2020
Overview
0
Commits
2
Pipelines
0
Changes
7
0
0
Merge request reports
Compare
9.2.x
9.2.x (HEAD)
and
latest version
latest version
5adde92f
2 commits,
Dec 19, 2020
7 files
+
1332
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
core/modules/content_moderation/config/schema/content_moderation.schema.yml
+
14
−
0
View file @ 3f8c7b5e
Edit in single-file editor
Open in Web IDE
Show full file
@@ -36,3 +36,17 @@ workflow.type_settings.content_moderation:
default_moderation_state
:
type
:
string
label
:
'
Default
moderation
state'
action.configuration.moderation_state_change:*
:
type
:
mapping
label
:
'
Change
moderation
state'
mapping
:
workflow
:
type
:
string
label
:
'
The
ID
of
the
workflow'
state
:
type
:
string
label
:
'
The
ID
of
the
state'
revision_log_message
:
type
:
label
label
:
'
Revision
log
message'
Loading