This project is not covered by Drupal’s security advisory policy.

"Imagine if you could create Drupal content types with JSON Schema ..well now you can!"

This module uses json-editor to produce flexible input elements with a simple form display configuration.

When the form is submitted all the input fields generated by this module are saved in to database as a single field using JSON datatype so that the individual user inputs from within that field can be queried or even indexed.

[Hint] by implementing a controller that outputs taxonomy values as JSON you can create dropdown menus with values filled in by ajax:

"enumSource": [{
    "source": { "$ref": "/api/vobulary/terms"},
    "title": "{{item.title}}",
    "value": "{{item.id}}"
    }]
Supporting organizations: 
AttachmentSize
demo228.44 KB

Project information

Releases