35 lines
No EOL
734 B
JSON
35 lines
No EOL
734 B
JSON
{
|
|
"root": true,
|
|
"project": {
|
|
"name": "TestGatsbySanity"
|
|
},
|
|
"api": {
|
|
"projectId": "dkwlsoid",
|
|
"dataset": "production"
|
|
},
|
|
"plugins": [
|
|
"@sanity/base",
|
|
"@sanity/components",
|
|
"@sanity/default-layout",
|
|
"@sanity/default-login",
|
|
"@sanity/dashboard",
|
|
"@sanity/desk-tool",
|
|
"dashboard-widget-structure-menu",
|
|
"dashboard-widget-document-list",
|
|
"dashboard-widget-netlify"
|
|
],
|
|
"parts": [
|
|
{
|
|
"name": "part:@sanity/base/schema",
|
|
"path": "./schemas/schema.js"
|
|
},
|
|
{
|
|
"name": "part:@sanity/desk-tool/structure",
|
|
"path": "./deskStructure.js"
|
|
},
|
|
{
|
|
"implements": "part:@sanity/dashboard/config",
|
|
"path": "./dashboardConfig.js"
|
|
}
|
|
]
|
|
} |