Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CKEditor 5 Custom Build
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Daniel Kaufmann
CKEditor 5 Custom Build
Commits
d4c8e8f7
Commit
d4c8e8f7
authored
Dec 31, 2019
by
panr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Decoupled Editor plugin config
parent
16412ddf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
ckeditor.js
src/ckeditor.js
+7
-4
No files found.
src/ckeditor.js
View file @
d4c8e8f7
...
@@ -10,7 +10,8 @@ import Essentials from '@ckeditor/ckeditor5-essentials/src/essentials';
...
@@ -10,7 +10,8 @@ import Essentials from '@ckeditor/ckeditor5-essentials/src/essentials';
import
Alignment
from
'@ckeditor/ckeditor5-alignment/src/alignment'
;
import
Alignment
from
'@ckeditor/ckeditor5-alignment/src/alignment'
;
import
FontSize
from
'@ckeditor/ckeditor5-font/src/fontsize'
;
import
FontSize
from
'@ckeditor/ckeditor5-font/src/fontsize'
;
import
FontFamily
from
'@ckeditor/ckeditor5-font/src/fontfamily'
;
import
FontFamily
from
'@ckeditor/ckeditor5-font/src/fontfamily'
;
import
Highlight
from
'@ckeditor/ckeditor5-highlight/src/highlight'
;
import
FontColor
from
'@ckeditor/ckeditor5-font/src/fontColor'
;
import
FontBackgroundColor
from
'@ckeditor/ckeditor5-font/src/fontBackgroundColor'
;
import
UploadAdapter
from
'@ckeditor/ckeditor5-adapter-ckfinder/src/uploadadapter'
;
import
UploadAdapter
from
'@ckeditor/ckeditor5-adapter-ckfinder/src/uploadadapter'
;
import
Autoformat
from
'@ckeditor/ckeditor5-autoformat/src/autoformat'
;
import
Autoformat
from
'@ckeditor/ckeditor5-autoformat/src/autoformat'
;
import
Bold
from
'@ckeditor/ckeditor5-basic-styles/src/bold'
;
import
Bold
from
'@ckeditor/ckeditor5-basic-styles/src/bold'
;
...
@@ -44,7 +45,8 @@ DecoupledEditor.builtinPlugins = [
...
@@ -44,7 +45,8 @@ DecoupledEditor.builtinPlugins = [
Alignment
,
Alignment
,
FontSize
,
FontSize
,
FontFamily
,
FontFamily
,
Highlight
,
FontColor
,
FontBackgroundColor
,
UploadAdapter
,
UploadAdapter
,
Autoformat
,
Autoformat
,
Bold
,
Bold
,
...
@@ -77,14 +79,15 @@ DecoupledEditor.defaultConfig = {
...
@@ -77,14 +79,15 @@ DecoupledEditor.defaultConfig = {
items
:
[
items
:
[
'heading'
,
'heading'
,
'|'
,
'|'
,
'fontsize'
,
'fontfamily'
,
'fontfamily'
,
'fontsize'
,
'fontColor'
,
'fontBackgroundColor'
,
'|'
,
'|'
,
'bold'
,
'bold'
,
'italic'
,
'italic'
,
'underline'
,
'underline'
,
'strikethrough'
,
'strikethrough'
,
'highlight'
,
'|'
,
'|'
,
'alignment'
,
'alignment'
,
'|'
,
'|'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment