Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/_snippets/build-balloon-block.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
BlockQuote,
CKBox,
CKFinder,
EasyImage,
Heading,
Image,
ImageCaption,
Expand Down Expand Up @@ -46,7 +45,6 @@ export class BalloonBlockEditor extends BalloonEditorBase {
BlockQuote,
CKBox,
CKFinder,
EasyImage,
Heading,
Image,
ImageCaption,
Expand Down
2 changes: 0 additions & 2 deletions docs/_snippets/build-balloon.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
BlockQuote,
CKBox,
CKFinder,
EasyImage,
Heading,
Image,
ImageCaption,
Expand Down Expand Up @@ -45,7 +44,6 @@ export class BalloonEditor extends BalloonEditorBase {
BlockQuote,
CKBox,
CKFinder,
EasyImage,
Heading,
Image,
ImageCaption,
Expand Down
2 changes: 0 additions & 2 deletions docs/_snippets/build-classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
Italic,
BlockQuote,
CKBox,
EasyImage,
Heading,
Image,
ImageCaption,
Expand Down Expand Up @@ -43,7 +42,6 @@ export class ClassicEditor extends ClassicEditorBase {
Italic,
BlockQuote,
CloudServices,
EasyImage,
Heading,
Image,
ImageCaption,
Expand Down
2 changes: 0 additions & 2 deletions docs/_snippets/build-decoupled-document.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {
Underline,
BlockQuote,
CKBox,
EasyImage,
Heading,
Image,
ImageCaption,
Expand Down Expand Up @@ -57,7 +56,6 @@ export class DecoupledEditor extends DecoupledEditorBase {
BlockQuote,
CKBox,
CloudServices,
EasyImage,
Heading,
Image,
ImageCaption,
Expand Down
2 changes: 0 additions & 2 deletions docs/_snippets/build-inline.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
BlockQuote,
CKBox,
CKFinder,
EasyImage,
Heading,
Image,
ImageCaption,
Expand Down Expand Up @@ -44,7 +43,6 @@ export class InlineEditor extends InlineEditorBase {
BlockQuote,
CKBox,
CKFinder,
EasyImage,
Heading,
Image,
ImageCaption,
Expand Down
2 changes: 0 additions & 2 deletions docs/_snippets/build-multi-root.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import {
BlockQuote,
CKBox,
CKFinder,
EasyImage,
Heading,
Image,
ImageCaption,
Expand Down Expand Up @@ -44,7 +43,6 @@ export class MultiRootEditor extends MultiRootEditorBase {
BlockQuote,
CKBox,
CKFinder,
EasyImage,
Heading,
Image,
ImageCaption,
Expand Down
3 changes: 1 addition & 2 deletions docs/_snippets/examples/bottom-toolbar-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import {
Plugin, IconFontColor, Font, Indent, List, Alignment, Autoformat, BlockQuote, DropdownView,
ToolbarView, createDropdown, EasyImage, Essentials, Heading, HorizontalLine, Image,
ToolbarView, createDropdown, Essentials, Heading, HorizontalLine, Image,
ImageInsert, ImageCaption, ImageStyle, ImageToolbar, ImageUpload, ImageResize, Link,
MediaEmbed, Paragraph, RemoveFormat, Bold, Italic, Strikethrough, Superscript, Subscript,
Underline, Table, TableToolbar
Expand Down Expand Up @@ -108,7 +108,6 @@ DecoupledEditor
Autoformat,
BlockQuote,
Bold,
EasyImage,
Essentials,
Font,
Heading,
Expand Down
1 change: 0 additions & 1 deletion docs/_snippets/examples/inline-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Array.from( inlineInjectElements ).forEach( inlineElement => {
'ImageToolbar',
'ImageUpload',
'List',
'EasyImage',
'CKFinder',
'CKFinderUploadAdapter'
];
Expand Down
3 changes: 1 addition & 2 deletions docs/_snippets/mini-inspector.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import {
DecoupledEditor, Essentials, Alignment, FontSize, FontFamily, FontColor, FontBackgroundColor,
CKFinderUploadAdapter, Autoformat, Bold, Italic, Strikethrough, Underline, BlockQuote, CKBox,
CKFinder, EasyImage, Heading, Image, ImageCaption, ImageResize, ImageStyle, ImageToolbar,
CKFinder, Heading, Image, ImageCaption, ImageResize, ImageStyle, ImageToolbar,
ImageUpload, PictureEditing, Indent, IndentBlock, Link, List, ListProperties, MediaEmbed,
Paragraph, PasteFromOffice, Table, TableToolbar, TextTransformation, CloudServices
} from 'ckeditor5';
Expand All @@ -31,7 +31,6 @@ export class MiniInspectorEditor extends DecoupledEditor {
CKBox,
CKFinder,
CloudServices,
EasyImage,
Heading,
Image,
ImageCaption,
Expand Down
2 changes: 1 addition & 1 deletion docs/framework/custom-editor-creator.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ MultirootEditor
.create( {
licenseKey: '<YOUR_LICENSE_KEY>', // Or 'GPL'.
plugins: [ Essentials, Paragraph, Heading, Bold, Italic, List, Link, BlockQuote, Image, ImageCaption,
ImageStyle, ImageToolbar, ImageUpload, Table, TableToolbar, MediaEmbed, EasyImage ],
ImageStyle, ImageToolbar, ImageUpload, Table, TableToolbar, MediaEmbed ],
toolbar: [ 'heading', '|', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'uploadImage', 'blockQuote',
'insertTable', 'mediaEmbed', 'undo', 'redo' ],
image: {
Expand Down
5 changes: 0 additions & 5 deletions docs/getting-started/setup/optimizing-build-size.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ import {
BlockQuote,
CKBox,
CKFinder,
EasyImage,
Heading,
Image,
ImageCaption,
Expand Down Expand Up @@ -205,7 +204,6 @@ ClassicEditor.create( {
CKBox,
CKFinder,
CloudServices,
EasyImage,
Heading,
Image,
ImageCaption,
Expand Down Expand Up @@ -276,7 +274,6 @@ import { BlockQuote } from '@ckeditor/ckeditor5-block-quote/dist/index.js';
import { CKBox } from '@ckeditor/ckeditor5-ckbox/dist/index.js';
import { CKFinder } from '@ckeditor/ckeditor5-ckfinder/dist/index.js';
import { CloudServices } from '@ckeditor/ckeditor5-cloud-services/dist/index.js';
import { EasyImage } from '@ckeditor/ckeditor5-easy-image/dist/index.js';
import { Heading } from '@ckeditor/ckeditor5-heading/dist/index.js';
import { Image, ImageCaption, ImageStyle, ImageToolbar, ImageUpload, PictureEditing } from '@ckeditor/ckeditor5-image/dist/index.js';
import { Indent } from '@ckeditor/ckeditor5-indent/dist/index.js';
Expand Down Expand Up @@ -336,7 +333,6 @@ import '@ckeditor/ckeditor5-block-quote/dist/index.css';
import '@ckeditor/ckeditor5-ckbox/dist/index.css';
import '@ckeditor/ckeditor5-ckfinder/dist/index.css';
import '@ckeditor/ckeditor5-cloud-services/dist/index.css';
import '@ckeditor/ckeditor5-easy-image/dist/index.css';
import '@ckeditor/ckeditor5-heading/dist/index.css';
import '@ckeditor/ckeditor5-image/dist/index.css';
import '@ckeditor/ckeditor5-indent/dist/index.css';
Expand All @@ -361,7 +357,6 @@ ClassicEditor.create( {
CKBox,
CKFinder,
CloudServices,
EasyImage,
Heading,
Image,
ImageCaption,
Expand Down
2 changes: 0 additions & 2 deletions docs/updating/nim-migration/customized-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ import {
BlockQuote,
CKBox,
CKFinder,
EasyImage,
Heading,
Image,
ImageCaption,
Expand Down Expand Up @@ -269,7 +268,6 @@ export default class ClassicEditor extends ClassicEditorBase {
CKBox,
CKFinder,
CloudServices,
EasyImage,
Heading,
Image,
ImageCaption,
Expand Down
Loading