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
!5079
List Buttons w/workaround for ckeditor.dll styles
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
List Buttons w/workaround for ckeditor.dll styles
issue/drupal-3274635:3274635-upstream-use-ckeditor
into
11.x
Overview
11
Commits
37
Pipelines
28
Changes
33
Open
List Buttons w/workaround for ckeditor.dll styles
Ben Mullins
requested to merge
issue/drupal-3274635:3274635-upstream-use-ckeditor
into
11.x
Oct 20, 2023
Overview
9
Commits
37
Pipelines
28
Changes
33
Closes
#3274635
0
0
Merge request reports
Compare
11.x
version 27
15817c8c
Feb 15, 2024
version 26
05330989
Feb 14, 2024
version 25
7a1d8fe5
Feb 14, 2024
version 24
3c769429
Feb 14, 2024
version 23
8f8d394f
Feb 14, 2024
version 22
8cd28e2c
Feb 14, 2024
version 21
9a8b02f0
Feb 14, 2024
version 20
819b7143
Feb 4, 2024
version 19
e4b9e98b
Jan 30, 2024
version 18
2afc2db9
Dec 6, 2023
version 17
9e9cfadb
Nov 29, 2023
version 16
7cbdbeed
Nov 29, 2023
version 15
ea2a4f1a
Oct 27, 2023
version 14
2bc7505d
Oct 26, 2023
version 13
339686b4
Oct 26, 2023
version 12
f6872fe0
Oct 26, 2023
version 11
5491b4f5
Oct 26, 2023
version 10
2ea063ee
Oct 25, 2023
version 9
f19426cb
Oct 25, 2023
version 8
3bfcf607
Oct 25, 2023
version 7
4b1b695e
Oct 25, 2023
version 6
10e44a80
Oct 25, 2023
version 5
bf22c441
Oct 25, 2023
version 4
ca9b4090
Oct 24, 2023
version 3
6a630fa4
Oct 24, 2023
version 2
7ac106b7
Oct 24, 2023
version 1
066ae684
Oct 20, 2023
11.x (base)
and
latest version
latest version
94fde602
37 commits,
Feb 15, 2024
version 27
15817c8c
36 commits,
Feb 15, 2024
version 26
05330989
35 commits,
Feb 14, 2024
version 25
7a1d8fe5
34 commits,
Feb 14, 2024
version 24
3c769429
33 commits,
Feb 14, 2024
version 23
8f8d394f
32 commits,
Feb 14, 2024
version 22
8cd28e2c
31 commits,
Feb 14, 2024
version 21
9a8b02f0
30 commits,
Feb 14, 2024
version 20
819b7143
29 commits,
Feb 4, 2024
version 19
e4b9e98b
28 commits,
Jan 30, 2024
version 18
2afc2db9
27 commits,
Dec 6, 2023
version 17
9e9cfadb
26 commits,
Nov 29, 2023
version 16
7cbdbeed
25 commits,
Nov 29, 2023
version 15
ea2a4f1a
24 commits,
Oct 27, 2023
version 14
2bc7505d
23 commits,
Oct 26, 2023
version 13
339686b4
22 commits,
Oct 26, 2023
version 12
f6872fe0
21 commits,
Oct 26, 2023
version 11
5491b4f5
18 commits,
Oct 26, 2023
version 10
2ea063ee
17 commits,
Oct 25, 2023
version 9
f19426cb
16 commits,
Oct 25, 2023
version 8
3bfcf607
14 commits,
Oct 25, 2023
version 7
4b1b695e
12 commits,
Oct 25, 2023
version 6
10e44a80
10 commits,
Oct 25, 2023
version 5
bf22c441
8 commits,
Oct 25, 2023
version 4
ca9b4090
4 commits,
Oct 24, 2023
version 3
6a630fa4
3 commits,
Oct 24, 2023
version 2
7ac106b7
2 commits,
Oct 24, 2023
version 1
066ae684
1 commit,
Oct 20, 2023
33 files
+
549
−
114
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
33
core/modules/ckeditor5/config/schema/ckeditor5.schema.yml
+
8
−
0
View file @ 94fde602
Edit in single-file editor
Open in Web IDE
Show full file
@@ -142,14 +142,22 @@ ckeditor5.plugin.ckeditor5_list:
mapping
:
reversed
:
type
:
boolean
# @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol#reversed
label
:
'
Allow
reverse
list'
constraints
:
NotNull
:
[]
startIndex
:
type
:
boolean
# @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol#start
label
:
'
Allow
start
index'
constraints
:
NotNull
:
[]
styles
:
type
:
boolean
# @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol#type
label
:
'
Allow
list
style
type'
constraints
:
NotNull
:
[]
multiBlock
:
type
:
boolean
label
:
'
Allow
blocks
to
be
created
in
list
items'
Loading