Skip to content

Commit 1510b26

Browse files
committed
Merge branch 'main' of github.com:devforth/adminforth
2 parents 46f2c36 + bab0d0f commit 1510b26

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

adminforth/documentation/docs/tutorial/09-Plugins/28-json-form.md renamed to adminforth/documentation/docs/tutorial/09-Plugins/29-json-form.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ slug: /tutorial/Plugins/json-form
88

99
The JSON Form plugin renders a rich, schema-driven form for a **JSON** column instead of the default raw text area. You describe the shape of the data with a JSON Schema (extended with a few `x-*` keywords for layout and validation messages) and the form is generated by [**jedison**](https://germanbisurgi.github.io/jedison-docs/), a JSON-Schema form generator, mounted inside the AdminForth create/edit views.
1010

11-
Unlike the [JSON Editor](/docs/tutorial/Plugins/json-editor) plugin (a generic key-value editor), the JSON Form plugin gives you a fixed, validated form: nested objects, arrays, enums, discriminated unions, grids, tabs and typed inputs — all driven by a schema you control.
1211

1312
## Installation
1413

0 commit comments

Comments
 (0)