You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-22Lines changed: 24 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,38 +7,40 @@ More info at https://editorjs.io/
7
7
8
8
## Installation
9
9
10
-
Create an `editorjs` folder into the `extensions/interfaces` folder of your Directus project and then copy the `dist/extensions/interfaces/editorjs/index.js` of this repository into it.
10
+
### Directus as npm package
11
+
12
+
If using Directus as npm package, you can include the extension as package in your `package.json` file as:
13
+
14
+
```json
15
+
"dependencies": {
16
+
"directus-extension-editorjs": "latest"
17
+
}
18
+
```
19
+
20
+
### Docker installation / extensions directory
21
+
22
+
If you want to use in docker container or into the extension directory, you need to add it
0 commit comments