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
!8985
Issue
#3459246
: Add a '#selectall' option for checkboxes element
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Issue
#3459246
: Add a '#selectall' option for checkboxes element
issue/drupal-3459246:3459246-add-a-selectall-11.x
into
11.x
Overview
10
Commits
11
Pipelines
13
Changes
8
All threads resolved!
Hide all comments
Open
Issue #3459246: Add a '#selectall' option for checkboxes element
Leon Röthemeyer
requested to merge
issue/drupal-3459246:3459246-add-a-selectall-11.x
into
11.x
Jul 30, 2024
Overview
10
Commits
11
Pipelines
13
Changes
8
All threads resolved!
Hide all comments
Closes
#3459246
0
0
Merge request reports
Compare
11.x
version 12
7dda710d
11 months ago
version 11
02a4ea90
11 months ago
version 10
bd9ee204
Aug 1, 2024
version 9
806cd3cb
Aug 1, 2024
version 8
bc8144e0
Jul 31, 2024
version 7
fe1639cf
Jul 31, 2024
version 6
78fe077a
Jul 31, 2024
version 5
1f85027b
Jul 31, 2024
version 4
57786824
Jul 30, 2024
version 3
8cb7b06e
Jul 30, 2024
version 2
1876a8d2
Jul 30, 2024
version 1
e80e41b1
Jul 30, 2024
11.x (HEAD)
and
latest version
latest version
e4b109b2
11 commits,
11 months ago
version 12
7dda710d
12 commits,
11 months ago
version 11
02a4ea90
11 commits,
11 months ago
version 10
bd9ee204
10 commits,
Aug 1, 2024
version 9
806cd3cb
9 commits,
Aug 1, 2024
version 8
bc8144e0
8 commits,
Jul 31, 2024
version 7
fe1639cf
7 commits,
Jul 31, 2024
version 6
78fe077a
6 commits,
Jul 31, 2024
version 5
1f85027b
5 commits,
Jul 31, 2024
version 4
57786824
4 commits,
Jul 30, 2024
version 3
8cb7b06e
3 commits,
Jul 30, 2024
version 2
1876a8d2
2 commits,
Jul 30, 2024
version 1
e80e41b1
1 commit,
Jul 30, 2024
8 files
+
316
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
core/config/schema/core.entity.schema.yml
+
8
−
0
View file @ 37ca7f59
Edit in single-file editor
Open in Web IDE
Show full file
@@ -248,6 +248,14 @@ field.widget.settings.boolean_checkbox:
type
:
boolean
label
:
'
Display
label'
field.widget.settings.options_buttons
:
type
:
mapping
label
:
'
Check
boxes/radio
buttons
format
settings'
mapping
:
check_all_enabled
:
type
:
boolean
label
:
'
Check
All
enabled'
field.widget.settings.hidden
:
type
:
mapping
label
:
'
-
Hidden
-
format
settings'
Loading