Skip to content

Commit e22a63d

Browse files
author
Simon Korn
committed
fixed form def
1 parent 8223697 commit e22a63d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/input/form.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
3-
"type": "myaddon",
3+
"type": "<%= typeName %>",
44
"key": "name",
5-
"myOwnProperty": "Hello world!"
5+
"myOwnFormOption": "Hello world!"
66
}
77
]

0 commit comments

Comments
 (0)