We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b331cb commit 3bdfa4aCopy full SHA for 3bdfa4a
1 file changed
plugins/@sanity/presets/README.md
@@ -376,9 +376,20 @@ defineType({
376
title: 'Blockquote',
377
type: 'object',
378
fields: [
379
- defineField({name: 'quote', title: 'Quote', type: 'text'}),
380
- defineField({name: 'author', title: 'Author', type: 'string'}),
381
- defineLink({name: 'source', title: 'Source'}),
+ defineField({
+ name: 'quote',
+ title: 'Quote',
382
+ type: 'text',
383
+ }),
384
385
+ name: 'author',
386
+ title: 'Author',
387
+ type: 'string',
388
389
+ defineLink({
390
+ name: 'source',
391
+ title: 'Source',
392
393
],
394
})
395
```
0 commit comments