File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ In your Directus installation root
1212npm install directus-extension-editorjs
1313```
1414
15+ Restart directus
16+
1517## Usage
1618
1719To use this custom interface into a data model, you have to:
@@ -37,7 +39,11 @@ To use this custom interface into a data model, you have to:
3739}
3840```
3941
40- ## Build by yourself and custom usage
42+
43+ For more info check https://editorjs.io/base-concepts#what-is-clean-data
44+
45+
46+ ## Building locally and contributing
4147
4248You can also clone this repository and build it by yourself.
4349
@@ -48,4 +54,3 @@ npm run build
4854
4955Then use ` dist/index.js ` in your custom ` /extensions/interfaces ` directory or in whatever you want.
5056
51- For more info check https://editorjs.io/base-concepts#what-is-clean-data
You can’t perform that action at this time.
0 commit comments