Skip to content

Commit a5aaf3c

Browse files
Add interface to the new field flow list
1 parent 6c105f7 commit a5aaf3c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "directus-extension-editorjs",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": {
55
"email": "dimitrov.adrian+gh@gmail.com",
66
"name": "Adrian Dimitrov"

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default {
88
icon: 'add_circle',
99
component: InterfaceComponent,
1010
types: ['json'],
11+
group: 'standard',
1112
options: [
1213
{
1314
field: 'placeholder',

0 commit comments

Comments
 (0)