Initial commit
This commit is contained in:
commit
5a3bf52ebb
86 changed files with 2639 additions and 0 deletions
35
studio/sanity.json
Normal file
35
studio/sanity.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue