Commit dbbdb055 authored by Piotrek Koszuliński's avatar Piotrek Koszuliński

Feature: Introduced the CKFinder integration plugin.

parent bb711811
......@@ -18,6 +18,7 @@ import Italic from '@ckeditor/ckeditor5-basic-styles/src/italic';
import Strikethrough from '@ckeditor/ckeditor5-basic-styles/src/strikethrough';
import Underline from '@ckeditor/ckeditor5-basic-styles/src/underline';
import BlockQuote from '@ckeditor/ckeditor5-block-quote/src/blockquote';
import CKFinder from '@ckeditor/ckeditor5-ckfinder/src/ckfinder';
import EasyImage from '@ckeditor/ckeditor5-easy-image/src/easyimage';
import Heading from '@ckeditor/ckeditor5-heading/src/heading';
import Image from '@ckeditor/ckeditor5-image/src/image';
......@@ -49,6 +50,7 @@ DecoupledEditor.builtinPlugins = [
Strikethrough,
Underline,
BlockQuote,
CKFinder,
EasyImage,
Heading,
Image,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment