sanity-plugin-json-input
Version:
Ace editor for objects in sanity
21 lines (20 loc) • 402 B
JSON
{
"paths": {
"source": "./src",
"compiled": "./lib"
},
"parts": [
{
"name": "part:@sanity/form-builder/input/json",
"description": "Edit objects with JSON in sanity"
},
{
"implements": "part:@sanity/form-builder/input/json",
"path": "JSONInput.js"
},
{
"implements": "part:@sanity/base/schema-type",
"path": "schema.js"
}
]
}