Skip to content

Commit

Permalink
Updating version of CKEditor5 to v27.1.0 (#61)
Browse files Browse the repository at this point in the history
This version is more feature rich, adding support for tables etc.
  • Loading branch information
slalFe authored May 20, 2021
1 parent fa9bfac commit 8d3bd4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editors/cke-simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- Load the editor sdk from the local folder or https://cloud.squidex.io/scripts/editor-sdk.js -->
<script src="https://cloud.squidex.io/scripts/editor-sdk.js"></script>
<script src="https://cdn.ckeditor.com/ckeditor5/10.0.0/classic/ckeditor.js"></script>
<script src="https://cdn.ckeditor.com/ckeditor5/27.1.0/classic/ckeditor.js"></script>

<style>
.ck-editor__editable {
Expand Down Expand Up @@ -59,4 +59,4 @@
</script>
</body>

</html>
</html>

0 comments on commit 8d3bd4b

Please sign in to comment.