-
Notifications
You must be signed in to change notification settings - Fork 22
/
sanity.json
40 lines (40 loc) · 1.07 KB
/
sanity.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"paths": {
"source": "./src",
"compiled": "./lib"
},
"parts": [
{
"implements": "part:@sanity/form-builder/input-resolver",
"path": "resolver/index.js"
},
{
"implements": "part:@sanity/form-builder/input/i18n",
"path": "input/index.js"
},
{
"implements": "part:@sanity/base/document-badges/resolver",
"path": "badges/index.js"
},
{
"implements": "part:@sanity/base/document-actions/resolver",
"path": "actions/index.js"
},
{
"name": "part:@sanity/form-builder/input/i18n",
"description": "i18n input"
},
{
"name": "part:sanity-plugin-intl-input/languages/loader",
"description": "User implementable languages loader function"
},
{
"name": "part:sanity-plugin-intl-input/languages/should-reload",
"description": "User implementable function determening whether the languages should be reloaded"
},
{
"name": "part:sanity-plugin-intl-input/ui/flags",
"description": "Part can be implemented to override default flag"
}
]
}