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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!6120
Move some Action plugins to Action module
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Move some Action plugins to Action module
issue/drupal-3413949:3413949-move-some-action
into
11.x
Overview
12
Commits
19
Pipelines
36
Changes
27
Closed
quietone
requested to merge
issue/drupal-3413949:3413949-move-some-action
into
11.x
1 year ago
Overview
11
Commits
19
Pipelines
36
Changes
27
Expand
Closes
#3413949
0
0
Merge request reports
Compare
11.x
version 35
05d7dcb2
1 year ago
version 34
4907b70e
1 year ago
version 33
f1a3e024
1 year ago
version 32
3e47bdd0
1 year ago
version 31
dfb54851
1 year ago
version 30
06ced01e
1 year ago
version 29
91f34534
1 year ago
version 28
c4aafb33
1 year ago
version 27
9eb9846b
1 year ago
version 26
0ef45f13
1 year ago
version 25
7d1dd37e
1 year ago
version 24
ab65b502
1 year ago
version 23
021ecf19
1 year ago
version 22
ccb22b05
1 year ago
version 21
c5f9215a
1 year ago
version 20
fd25e8f1
1 year ago
version 19
9af785ca
1 year ago
version 18
005b8987
1 year ago
version 17
eb6bbc47
1 year ago
version 16
497856e9
1 year ago
version 15
2b1d1837
1 year ago
version 14
3f2316d2
1 year ago
version 13
8ee7e590
1 year ago
version 12
b9964003
1 year ago
version 11
a0740c2d
1 year ago
version 10
621a3b72
1 year ago
version 9
dbfefe9b
1 year ago
version 8
22470a16
1 year ago
version 7
844afb18
1 year ago
version 6
2e11107b
1 year ago
version 5
bfb02c49
1 year ago
version 4
35c629c1
1 year ago
version 3
200af807
1 year ago
version 2
ed1aba73
1 year ago
version 1
5f5448d4
1 year ago
11.x (base)
and
latest version
latest version
c5e63db8
19 commits,
1 year ago
version 35
05d7dcb2
18 commits,
1 year ago
version 34
4907b70e
18 commits,
1 year ago
version 33
f1a3e024
18 commits,
1 year ago
version 32
3e47bdd0
18 commits,
1 year ago
version 31
dfb54851
18 commits,
1 year ago
version 30
06ced01e
17 commits,
1 year ago
version 29
91f34534
17 commits,
1 year ago
version 28
c4aafb33
17 commits,
1 year ago
version 27
9eb9846b
17 commits,
1 year ago
version 26
0ef45f13
17 commits,
1 year ago
version 25
7d1dd37e
17 commits,
1 year ago
version 24
ab65b502
17 commits,
1 year ago
version 23
021ecf19
17 commits,
1 year ago
version 22
ccb22b05
16 commits,
1 year ago
version 21
c5f9215a
16 commits,
1 year ago
version 20
fd25e8f1
18 commits,
1 year ago
version 19
9af785ca
17 commits,
1 year ago
version 18
005b8987
17 commits,
1 year ago
version 17
eb6bbc47
17 commits,
1 year ago
version 16
497856e9
17 commits,
1 year ago
version 15
2b1d1837
15 commits,
1 year ago
version 14
3f2316d2
14 commits,
1 year ago
version 13
8ee7e590
13 commits,
1 year ago
version 12
b9964003
12 commits,
1 year ago
version 11
a0740c2d
11 commits,
1 year ago
version 10
621a3b72
11 commits,
1 year ago
version 9
dbfefe9b
10 commits,
1 year ago
version 8
22470a16
8 commits,
1 year ago
version 7
844afb18
6 commits,
1 year ago
version 6
2e11107b
6 commits,
1 year ago
version 5
bfb02c49
5 commits,
1 year ago
version 4
35c629c1
4 commits,
1 year ago
version 3
200af807
3 commits,
1 year ago
version 2
ed1aba73
2 commits,
1 year ago
version 1
5f5448d4
1 commit,
1 year ago
27 files
+
652
−
355
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
27
Search (e.g. *.vue) (Ctrl+P)
core/modules/action/config/schema/action.schema.yml
0 → 100644
+
30
−
0
Options
# Schema for the configuration files of the Action module.
action.configuration.comment_unpublish_by_keyword_action
:
type
:
mapping
label
:
'
Unpublish
comment
containing
keyword(s)
configuration'
mapping
:
keywords
:
type
:
sequence
label
:
'
Keywords'
sequence
:
type
:
string
label
:
'
Keyword'
action.configuration.node_unpublish_by_keyword_action
:
type
:
mapping
label
:
'
Unpublish
content
containing
keyword(s)
configuration'
mapping
:
keywords
:
type
:
sequence
label
:
'
Keywords'
sequence
:
type
:
string
label
:
'
Keyword'
action.configuration.node_assign_owner_action
:
type
:
mapping
label
:
'
Change
the
author
of
content
configuration'
mapping
:
owner_uid
:
type
:
text
label
:
'
Username'
Loading