Skip to content

Commit

Permalink
chore: better create-integration-studio schema
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrees committed Oct 20, 2024
1 parent e2d3a71 commit 1352811
Show file tree
Hide file tree
Showing 4 changed files with 599 additions and 55 deletions.
1 change: 1 addition & 0 deletions dev/test-create-integration-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"start": "../.bin/sanity start"
},
"dependencies": {
"@sanity/code-input": "^4.1.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "workspace:*",
Expand Down
4 changes: 3 additions & 1 deletion dev/test-create-integration-studio/sanity.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
// eslint-disable-next-line import/no-extraneous-dependencies
import {codeInput} from '@sanity/code-input'
import {defineConfig} from 'sanity'
import {structureTool} from 'sanity/structure'

import {schemaTypes} from './schema'

export default defineConfig({
plugins: [structureTool()],
plugins: [structureTool(), codeInput()],
title: 'Strict',
name: 'default',
projectId: 'ppsg7ml5',
Expand Down
Loading

0 comments on commit 1352811

Please sign in to comment.