Skip to content

Commit 37c049d

Browse files
committed
Edit as json
1 parent 796de30 commit 37c049d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "json-form-custom-element",
33
"private": false,
4-
"version": "1.3.5",
4+
"version": "1.4.1",
55
"description": "JSON Schema based form generator",
66
"main": "dist/custom-element.js",
77
"repository": "git://github.com/1602/json-form.git",

src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
</style>
214214
</head>
215215
<body>
216-
<json-form></json-form>
216+
<json-form config='{"textFieldStyle":"outlined", "dense": true}'></json-form>
217217
<json-viewer></json-viewer>
218218
</body>
219219
</html>

0 commit comments

Comments
 (0)