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
10ce4213
Commit
10ce4213
authored
Jun 19, 2018
by
Piotrek Koszuliński
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Internal: Aligned button names to changes in ckeditor5-table.
parent
58bfd469
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
build-config.js
build-config.js
+1
-1
ckeditor.js
src/ckeditor.js
+1
-1
No files found.
build-config.js
View file @
10ce4213
...
...
@@ -81,7 +81,7 @@ module.exports = {
},
table
:
{
toolbar
:
[
'tableColumn'
,
'tableRow'
,
'merge
Cell
'
]
toolbar
:
[
'tableColumn'
,
'tableRow'
,
'merge
TableCells
'
]
},
// UI language. Language codes follow the https://en.wikipedia.org/wiki/ISO_639-1 format.
...
...
src/ckeditor.js
View file @
10ce4213
...
...
@@ -104,7 +104,7 @@ DecoupledEditor.build = {
toolbar
:
[
'tableColumn'
,
'tableRow'
,
'merge
Cell
'
'merge
TableCells
'
]
},
language
:
'en'
...
...
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