Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ckeditor_font
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
ckeditor_font
Merge requests
!4
Issue
#3239667
: Drupal 10 & CKEditor 5 readiness
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3239667
: Drupal 10 & CKEditor 5 readiness
issue/ckeditor_font-3239667:3239667-drupal-10-
into
2.0.x
Overview
0
Commits
25
Pipelines
0
Changes
171
Merged
Eric Sembrat
requested to merge
issue/ckeditor_font-3239667:3239667-drupal-10-
into
2.0.x
2 years ago
Overview
0
Commits
25
Pipelines
0
Changes
171
Expand
0
0
Merge request reports
Compare
2.0.x
version 8
8508e032
2 years ago
version 7
19b7630d
2 years ago
version 6
6e76dcfc
2 years ago
version 5
b319f61a
2 years ago
version 4
b319f61a
2 years ago
version 3
83dac0c8
2 years ago
version 2
8fab3947
2 years ago
version 1
7df257c5
2 years ago
2.0.x (base)
and
latest version
latest version
1e790f91
25 commits,
2 years ago
version 8
8508e032
25 commits,
2 years ago
version 7
19b7630d
24 commits,
2 years ago
version 6
6e76dcfc
23 commits,
2 years ago
version 5
b319f61a
22 commits,
2 years ago
version 4
b319f61a
22 commits,
2 years ago
version 3
83dac0c8
20 commits,
2 years ago
version 2
8fab3947
19 commits,
2 years ago
version 1
7df257c5
18 commits,
2 years ago
171 files
+
23888
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
171
Search (e.g. *.vue) (Ctrl+P)
config/schema/ckeditor_font.schema.yml
+
40
−
8
Options
ckeditor.plugin.font
:
ckeditor
5
.plugin.
ckeditor_font_
font
:
type
:
mapping
label
:
'
Font
button
'
label
:
'
Font
Family
'
mapping
:
font_names
:
type
:
text
label
:
'
Font
names'
font_sizes
:
type
:
text
label
:
'
Font
sizes'
font_names
:
type
:
string
label
:
'
Font
families'
supportAllSizeValues
:
type
:
boolean
label
:
'
Support
all
values'
font_sizes
:
type
:
string
label
:
'
Font
Sizes'
supportAllFamilyValues
:
type
:
boolean
label
:
'
Suport
all
values'
ckeditor5.plugin.ckeditor_font_font_color
:
type
:
mapping
label
:
'
Font
Color'
mapping
:
font_colors
:
type
:
string
label
:
'
Colors'
columns
:
type
:
integer
label
:
'
Columns'
documentColors
:
type
:
integer
label
:
'
Maximum
available
colors'
ckeditor5.plugin.ckeditor_font_font_background_color
:
type
:
mapping
label
:
'
Font
Background
Color'
mapping
:
font_backgroundcolors
:
type
:
string
label
:
'
Colors'
columns
:
type
:
integer
label
:
'
Columns'
documentColors
:
type
:
integer
label
:
'
Maximum
available
colors'
\ No newline at end of file
Loading