@_sh/strapi-plugin-ckeditor 3.0.2 → 3.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40,6 +40,6 @@ export const setLanguage = async (config) => {
40
40
 
41
41
  await importLang(
42
42
  config,
43
- typeof config.language === 'string' ? config.language : config.language.ui
43
+ typeof config.language === 'string' ? config.language : ui
44
44
  );
45
45
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_sh/strapi-plugin-ckeditor",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Integrates CKEditor 5 into your Strapi project as a fully customizable custom field. (Unofficial integration)",
5
5
  "private": false,
6
6
  "keywords": [