Skip to content

Instantly share code, notes, and snippets.

@3200pro
Created November 29, 2020 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 3200pro/1f5e015d55241dd058447d3497ddec25 to your computer and use it in GitHub Desktop.
Save 3200pro/1f5e015d55241dd058447d3497ddec25 to your computer and use it in GitHub Desktop.
Sanity Schema - Shuffled Text - Part 1
export default {
title: 'Shuffle Text Block',
name: 'shuffleTextBlock',
type: 'object',
description: 'Create mixture of shuffle text and normal text',
fields: [
{
title: 'Text Section',
name: 'textSection',
type: 'array',
of: [
{
title: 'Text Sections',
name: 'shuffledTextSection',
type: 'shuffledTextSection'
}
]
},
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment