-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsanity.json
More file actions
24 lines (24 loc) · 610 Bytes
/
sanity.json
File metadata and controls
24 lines (24 loc) · 610 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"paths": {
"source": "./src",
"compiled": "./build"
},
"parts": [
{
"name": "part:sanity-plugin-autocomplete-tags/autocompleteTagsComponent",
"description": "React component which provides a slider input"
},
{
"implements": "part:sanity-plugin-autocomplete-tags/autocompleteTagsComponent",
"path": "components/autocompleteTagsComponent.js"
},
{
"implements": "part:@sanity/base/schema-type",
"path": "schema/tagSchema.js"
},
{
"implements": "part:@sanity/base/schema-type",
"path": "schema/inputSchema.js"
}
]
}