Skip to content

Commit

Permalink
fix(schema): add 'span' to core types
Browse files Browse the repository at this point in the history
The 'span' type should be considered a core type.
  • Loading branch information
skogsmaskin committed Sep 6, 2023
1 parent 3885585 commit 4e02847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@sanity/schema/src/sanity/coreTypes.ts
Expand Up @@ -14,6 +14,7 @@ const coreTypes = [
{name: 'reference', jsonType: 'object', type: 'type'},
{name: 'crossDatasetReference', jsonType: 'object', type: 'type'},
{name: 'slug', jsonType: 'object', type: 'type'},
{name: 'span', jsonType: 'object', type: 'type'},
{name: 'string', jsonType: 'string', type: 'type'},
{name: 'telephone', jsonType: 'string', type: 'type'},
{name: 'text', jsonType: 'string', type: 'type'},
Expand Down

0 comments on commit 4e02847

Please sign in to comment.