Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrov-adrian committed May 31, 2022
1 parent a511e8b commit 60fae63
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 207 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

Use M2M relation with quick item referencing in tagging style.

> This extension is some kind of fork of my [PR #3654](https://github.com/directus/directus/pull/3654) with some sligh
> modifications.
## Installation

In your Directus installation root
Expand All @@ -26,3 +23,22 @@ Restart directus
The interface uses the corresponding field to make the references, if no related item exists, then new one will be
created with just the value set for the field. Please note that if you collection have some other required fields
without default value, then probabbly saving will throw an error message.

## Building locally and contributing

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

```
npm ci
npm run build
```

Then use `dist/index.js` in your custom `/extensions/interfaces/tags-m2m` directory or create a symlink so `npm run dev`
to rebuild upon a change.

## FAQ

### Why this extension?

This extension is some kind of fork of my [PR #3654](https://github.com/directus/directus/pull/3654) with some
modifications.
Loading

0 comments on commit 60fae63

Please sign in to comment.