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

Commit

Permalink
Commented every line of the config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Aug 15, 2017
1 parent 9ffc7da commit d17cda8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@
'use strict';

module.exports = {
// The editor creator to use.
editor: '@ckeditor/ckeditor5-editor-classic/src/classiceditor',

// The name under which the editor will be exported.
moduleName: 'ClassicEditor',

// Plugins to include in the build.
plugins: [
'@ckeditor/ckeditor5-presets/src/essentials',

Expand All @@ -24,7 +29,11 @@ module.exports = {
'@ckeditor/ckeditor5-list/src/list',
'@ckeditor/ckeditor5-paragraph/src/paragraph',
],

// UI language. Language codes follow the https://en.wikipedia.org/wiki/ISO_639-1 format.
language: 'en',

// Editor config.
config: {
toolbar: [
'headings',
Expand Down
2 changes: 1 addition & 1 deletion build/ckeditor.compat.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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.

0 comments on commit d17cda8

Please sign in to comment.