@sanity/desk-tool
Version:
Tool for managing all sorts of content in a structured manner
48 lines (47 loc) • 1.46 kB
JSON
{
"paths": {
"source": "./src",
"compiled": "./lib"
},
"plugins": ["@sanity/form-builder", "@sanity/data-aspects"],
"parts": [
{
"implements": "part:@sanity/base/tool",
"path": "_parts/base-tool"
},
{
"implements": "part:@sanity/base/document-actions",
"description": "The default document actions",
"path": "_parts/base-document-actions"
},
{
"implements": "part:@sanity/base/document-actions/resolver",
"path": "_parts/base-document-actions-resolver"
},
{
"implements": "part:@sanity/base/document-badges",
"description": "The default document badges",
"path": "_parts/base-document-badges"
},
{
"implements": "part:@sanity/base/document-badges/resolver",
"path": "_parts/base-document-badges-resolver"
},
{
"name": "part:@sanity/desk-tool/after-editor-component",
"description": "[DEPRECATED] Components to render directly after the editor form. Will be removed in future release."
},
{
"name": "part:@sanity/desk-tool/language-select-component",
"description": "A component that allows filtering languages"
},
{
"name": "part:@sanity/desk-tool/filter-fields-fn",
"description": "An observable that emits a function to filter fields in form builder"
},
{
"implements": "part:@sanity/base/diff-resolver",
"path": "_parts/base-diff-resolver"
}
]
}