Skip to content

Commit 438ac25

Browse files
committed
chore: fixed visual display of plugin name
1 parent b5f0d4d commit 438ac25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ git clone --single-branch --branch beta https://github.com/melishev/strapi-plugi
9696
```js
9797
module.exports = ({ env }) => ({
9898
// ...
99-
'react-editorjs': {
99+
'editorjs': {
100100
enabled: true,
101101
resolve: './src/plugins/strapi-plugin-react-editorjs'
102102
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/melishev/strapi-plugin-editor-js#readme",
66
"strapi": {
77
"icon": "plug",
8-
"name": "react-editorjs",
8+
"name": "editorjs",
99
"displayName": "EditorJS",
1010
"description": "Plugin for Strapi Headless CMS, hiding the standard WYSIWYG editor and replacing it with Editor.js",
1111
"required": true,

0 commit comments

Comments
 (0)