Skip to content

Commit

Permalink
LOC-1056 - Add support for the unofficial CKEditor5 plugin (#50)
Browse files Browse the repository at this point in the history
* ✨ feat: add support for `plugin::ckeditor5.CKEditor` custom field

* 0.2.5

---------

Co-authored-by: david-vaclavek <vaclavek.dvd@gmail.com>
Co-authored-by: Daniel Charvát <dan@localazy.com>
  • Loading branch information
3 people committed Mar 27, 2024
1 parent 17f864c commit dddaebc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const SUPPORTED_CUSTOM_FIELD_PLUGINS = [
"plugin::ckeditor.CKEditor",
"plugin::ckeditor5.CKEditor",
];

export default SUPPORTED_CUSTOM_FIELD_PLUGINS;
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@localazy/strapi-plugin",
"version": "0.2.4",
"version": "0.2.5",
"description": "The official Strapi Plugin by Localazy.",
"strapi": {
"name": "localazy",
Expand Down

0 comments on commit dddaebc

Please sign in to comment.