Skip to content

Commit

Permalink
Update to v33.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdas91 committed Mar 15, 2022
1 parent 7c6ad14 commit 6fb2305
Show file tree
Hide file tree
Showing 9 changed files with 440 additions and 440 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CKEditor 5 - Classic Plus

***CKEditor 5 Classic Plus** is a [Custom Build](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/development/custom-builds.html) built on top of [CKEditor 5 Build - Classic](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/overview.html#classic-editor) (version: 32.0.0). It adds Simple Upload Adapter, Image Resize, Font Styling and much more to the official build.*
***CKEditor 5 Classic Plus** is a [Custom Build](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/development/custom-builds.html) built on top of [CKEditor 5 Build - Classic](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/overview.html#classic-editor) (version: 33.0.0). It adds Simple Upload Adapter, Image Resize, Font Styling and much more to the official build.*

[![Live demo button](https://neerajdas.com/ckeditor5-classic-plus/images/live_demo_button.webp)](https://neerajdas.com/ckeditor5-classic-plus/)

Expand Down Expand Up @@ -126,7 +126,7 @@ npm i ckeditor5-classic-plus
OR You may use the CDN

```bash
https://unpkg.com/ckeditor5-classic-plus@32.0.0/build/ckeditor.js
https://unpkg.com/ckeditor5-classic-plus@33.0.0/build/ckeditor.js
```

Usage
Expand All @@ -138,7 +138,7 @@ Usage
<script src="./node_modules/ckeditor5-classic-plus/build/ckeditor.js"></script>

<!--Using CDN-->
<!--<script src="https://unpkg.com/ckeditor5-classic-plus@32.0.0/build/ckeditor.js"></script>-->
<!--<script src="https://unpkg.com/ckeditor5-classic-plus@33.0.0/build/ckeditor.js"></script>-->

<script>
ClassicEditor.create(document.querySelector("#editor"), {
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/el.js

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

Loading

0 comments on commit 6fb2305

Please sign in to comment.