Skip to content

Commit 3bdfa4a

Browse files
committed
docs(@sanity/presets): format code blocks
1 parent 1b331cb commit 3bdfa4a

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

plugins/@sanity/presets/README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,20 @@ defineType({
376376
title: 'Blockquote',
377377
type: 'object',
378378
fields: [
379-
defineField({name: 'quote', title: 'Quote', type: 'text'}),
380-
defineField({name: 'author', title: 'Author', type: 'string'}),
381-
defineLink({name: 'source', title: 'Source'}),
379+
defineField({
380+
name: 'quote',
381+
title: 'Quote',
382+
type: 'text',
383+
}),
384+
defineField({
385+
name: 'author',
386+
title: 'Author',
387+
type: 'string',
388+
}),
389+
defineLink({
390+
name: 'source',
391+
title: 'Source',
392+
}),
382393
],
383394
})
384395
```

0 commit comments

Comments
 (0)