Skip to content

Commit

Permalink
Add interface to the new field flow list
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrov-adrian committed Dec 2, 2021
1 parent 6c105f7 commit a5aaf3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "directus-extension-editorjs",
"version": "1.0.1",
"version": "1.0.2",
"author": {
"email": "dimitrov.adrian+gh@gmail.com",
"name": "Adrian Dimitrov"
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default {
icon: 'add_circle',
component: InterfaceComponent,
types: ['json'],
group: 'standard',
options: [
{
field: 'placeholder',
Expand Down

0 comments on commit a5aaf3c

Please sign in to comment.