Form Json

Categories

Component ID

2928153

Component name

Form Json

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This Module is based on the idea for having an entity types Form Fields returned as JSON,
See Discussion ,
As Form Api is Linked to PHP render arrays, this module Attempts to simplify the Form Api Output in to A Json Sechema, However Uses the plugin Api for other modules to "translate" the entities form json in to the correct schema for their requirement

currently Working on integration with https://github.com/mozilla-services/react-jsonschema-form

this Does not currently allow for the build of forms, as you would still use the Drupal content type Form Field Manager to create the fields,

this just Exposes an endpoint aka /api/forms/{entityType}/{bundle} and /api/forms/{entityType}/{bundle}/{id} for editing

this is very early in development
and If using the React jsonschema-form plugin, it must be enabled in the admin settings of this module.