Skip to content

Commit

Permalink
Merge branch 'master' into i/5705
Browse files Browse the repository at this point in the history
  • Loading branch information
niegowski committed Feb 19, 2021
2 parents 70593a0 + 7c6bb55 commit 7c17d12
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion docs/builds/guides/development/dll-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ An example classic editor build configuration using dll bundles:
'bulletedList',
'numberedList',
'|',
'indent',
'outdent',
'indent',
'|',
'uploadImage',
'blockQuote',
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-build-balloon-block/src/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ BalloonEditor.defaultConfig = {
'bulletedList',
'numberedList',
'|',
'indent',
'outdent',
'indent',
'|',
'uploadImage',
'blockQuote',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Just play with it.

**Note:** Remember to rebuild the bundles (`npm run build`). You can also run Webpack in the watch mode:
**Note:** Remember to rebuild the bundles by running `npm run build` in build's package directory. You can also run Webpack in the watch mode:

```
./node_modules/.bin/webpack -w
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Just play with it.

**Note:** Remember to rebuild the bundles (`npm run build`). You can also run Webpack in the watch mode:
**Note:** Remember to rebuild the bundles by running `npm run build` in build's package directory. You can also run Webpack in the watch mode:

```
./node_modules/.bin/webpack -w
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-build-balloon/src/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ BalloonEditor.defaultConfig = {
'bulletedList',
'numberedList',
'|',
'indent',
'outdent',
'indent',
'|',
'uploadImage',
'blockQuote',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Just play with it.

**Note:** Remember to rebuild the bundles (`npm run build`). You can also run Webpack in the watch mode:
**Note:** Remember to rebuild the bundles by running `npm run build` in build's package directory. You can also run Webpack in the watch mode:

```
./node_modules/.bin/webpack -w
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-build-balloon/tests/manual/ckeditor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Just play with it.

**Note:** Remember to rebuild the bundles (`npm run build`). You can also run Webpack in the watch mode:
**Note:** Remember to rebuild the bundles by running `npm run build` in build's package directory. You can also run Webpack in the watch mode:

```
./node_modules/.bin/webpack -w
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-build-classic/src/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ ClassicEditor.defaultConfig = {
'bulletedList',
'numberedList',
'|',
'indent',
'outdent',
'indent',
'|',
'uploadImage',
'blockQuote',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Just play with it.

**Note:** Remember to rebuild the bundles (`npm run build`). You can also run Webpack in the watch mode:
**Note:** Remember to rebuild the bundles by running `npm run build` in build's package directory. You can also run Webpack in the watch mode:

```
./node_modules/.bin/webpack -w
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-build-classic/tests/manual/ckeditor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Just play with it.

**Note:** Remember to rebuild the bundles (`npm run build`). You can also run Webpack in the watch mode:
**Note:** Remember to rebuild the bundles by running `npm run build` in build's package directory. You can also run Webpack in the watch mode:

```
./node_modules/.bin/webpack -w
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ DecoupledEditor.defaultConfig = {
'numberedList',
'bulletedList',
'|',
'indent',
'outdent',
'indent',
'|',
'link',
'blockquote',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Just play with it.

**Note:** Remember to rebuild the bundles (`npm run build`). You can also run Webpack in the watch mode:
**Note:** Remember to rebuild the bundles by running `npm run build` in build's package directory. You can also run Webpack in the watch mode:

```
./node_modules/.bin/webpack -w
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Just play with it.

**Note:** Remember to rebuild the bundles (`npm run build`). You can also run Webpack in the watch mode:
**Note:** Remember to rebuild the bundles by running `npm run build` in build's package directory. You can also run Webpack in the watch mode:

```
./node_modules/.bin/webpack -w
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-build-inline/src/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ InlineEditor.defaultConfig = {
'bulletedList',
'numberedList',
'|',
'indent',
'outdent',
'indent',
'|',
'uploadImage',
'blockQuote',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Just play with it.

**Note:** Remember to rebuild the bundles (`npm run build`). You can also run Webpack in the watch mode:
**Note:** Remember to rebuild the bundles by running `npm run build` in build's package directory. You can also run Webpack in the watch mode:

```
./node_modules/.bin/webpack -w
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-build-inline/tests/manual/ckeditor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Just play with it.

**Note:** Remember to rebuild the bundles (`npm run build`). You can also run Webpack in the watch mode:
**Note:** Remember to rebuild the bundles by running `npm run build` in build's package directory. You can also run Webpack in the watch mode:

```
./node_modules/.bin/webpack -w
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ ClassicEditor
'numberedList',
'bulletedList',
'|',
'indent',
'outdent',
'indent',
'|',
'link',
'uploadImage',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ClassicEditor.defaultConfig = {
'|',
'bulletedList', 'numberedList',
'|',
'indent', 'outdent',
'outdent', 'indent',
'|',
'link', 'blockQuote',
'|',
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/mathtype.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ClassicEditor
toolbar: [
'MathType', 'ChemType', '|', 'heading', 'fontFamily', 'fontSize', 'fontColor', 'fontBackgroundColor',
'highlight', 'alignment', '|', 'bold', 'italic', 'underline', 'strikethrough', 'code', 'subscript',
'superscript', 'removeFormat', '|', 'bulletedList', 'numberedList', 'indent', 'outdent', '|', 'link',
'superscript', 'removeFormat', '|', 'bulletedList', 'numberedList', 'outdent', 'indent', '|', 'link',
'blockQuote', 'uploadImage', 'mediaEmbed', 'insertTable', '|', 'undo', 'redo'
],
image: {
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/wproofreader.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ClassicEditor
'heading', 'fontFamily', 'fontSize', 'fontColor', 'fontBackgroundColor', 'highlight', 'alignment', '|',
'bold', 'italic', 'underline', 'strikethrough', 'code', 'subscript', 'superscript', 'removeFormat', '|',
'link', 'blockQuote', 'uploadImage', 'mediaEmbed', 'insertTable', '|',
'bulletedList', 'numberedList', 'indent', 'outdent', '|', 'undo', 'redo',
'bulletedList', 'numberedList', 'outdent', 'indent', '|', 'undo', 'redo',
'|'
],
image: {
Expand Down

0 comments on commit 7c17d12

Please sign in to comment.