Skip to content

Commit

Permalink
chore(test-studio): add array of references to arrays test
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Aug 2, 2022
1 parent b912e48 commit f783d81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev/test-studio/schema/standard/arrays.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ export default defineType({
title: 'Title',
type: 'string',
},
{
name: 'arrayOfReferences',
title: 'Array of references to authors',
type: 'array',
of: [{type: 'reference', to: [{type: 'author'}]}],
},
{
name: 'predefinedStringArray',
title: 'Array of strings',
Expand Down

0 comments on commit f783d81

Please sign in to comment.