Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrov-adrian committed Nov 29, 2021
1 parent 9127a3d commit 6c105f7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ In your Directus installation root
npm install directus-extension-editorjs
```

Restart directus

## Usage

To use this custom interface into a data model, you have to:
Expand All @@ -37,7 +39,11 @@ To use this custom interface into a data model, you have to:
}
```

## Build by yourself and custom usage

For more info check https://editorjs.io/base-concepts#what-is-clean-data


## Building locally and contributing

You can also clone this repository and build it by yourself.

Expand All @@ -48,4 +54,3 @@ npm run build

Then use `dist/index.js` in your custom `/extensions/interfaces` directory or in whatever you want.

For more info check https://editorjs.io/base-concepts#what-is-clean-data

0 comments on commit 6c105f7

Please sign in to comment.