Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #13 from ckeditor/t/12
Browse files Browse the repository at this point in the history
Feature: Added the table feature to the build. Closes #12.
  • Loading branch information
Reinmar committed Jun 18, 2018
2 parents 085c2cd + e38daa1 commit 58bfd46
Show file tree
Hide file tree
Showing 49 changed files with 90 additions and 47 deletions.
7 changes: 7 additions & 0 deletions build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ module.exports = {
'@ckeditor/ckeditor5-link/src/link',
'@ckeditor/ckeditor5-list/src/list',
'@ckeditor/ckeditor5-paragraph/src/paragraph',
'@ckeditor/ckeditor5-table/src/table',
'@ckeditor/ckeditor5-table/src/tabletoolbar'
],

// Editor config.
Expand All @@ -62,6 +64,7 @@ module.exports = {
'link',
'blockquote',
'imageUpload',
'insertTable',
'|',
'undo',
'redo'
Expand All @@ -77,6 +80,10 @@ module.exports = {
toolbar: [ 'imageStyle:alignLeft', 'imageStyle:full', 'imageStyle:alignRight', '|', 'imageTextAlternative' ]
},

table: {
toolbar: [ 'tableColumn', 'tableRow', 'mergeCell' ]
},

// UI language. Language codes follow the https://en.wikipedia.org/wiki/ISO_639-1 format.
language: 'en'
}
Expand Down
2 changes: 1 addition & 1 deletion build/ckeditor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/ckeditor.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/translations/ar.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/translations/ast.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/translations/bg.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/translations/cs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/translations/da.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/translations/de.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/translations/el.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 58bfd46

Please sign in to comment.