This is a custom interface for Directus that allows you to edit key-value pairs with schema and type inference.
- Edit JSON value in a key-value format
- Automatically infer types for unknown keys
- Can display as an object or a list
- Support for
schema
andallowOther
options
To install this extension, you can use npm:
npm install directus-extension-key-value-interface
For the detailed changes for each version, check out the CHANGELOG.md.
This project is licensed under the MIT License. See the LICENSE file for details.