Skip to content

Latest commit

 

History

History
 
 

json-form-editor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.