Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 734 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 734 Bytes

JSON Form Editor extension

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.

json-form-editor

TODOs

  • 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.