adding sanity components
This commit is contained in:
12
schemas/documents/metadata.ts
Normal file
12
schemas/documents/metadata.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
name: 'metadata',
|
||||
title: 'Metadata',
|
||||
type: 'document',
|
||||
fields: [
|
||||
{
|
||||
name: 'customTitle',
|
||||
title: 'Custom Title',
|
||||
type: 'string',
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user