This extension provides a JSON form editor (based on the JSON Editor) library. You can use this extension with 'Object' field types.
The extension generates a form based on a JSON Schema defined in schema.json.js. The generated form allows you to create JSON objects that are valid against that schema.
- Make JSON Schema configurable as a field appearance option.
- Add advanced form editor styling to json-editor-contentful-theme.js.
- Trigger auto-save while typing, not just after leaving an input field.