Skip to content

Instantly share code, notes, and snippets.

@xwero
xwero / column.js
Last active November 25, 2018 01:32
Sanity static generator POC
export default {
title: 'Column',
name: 'column',
type: 'object',
fieldsets: [
{name: 'content', title: 'Content', description: 'Only add content to one of the options'}
],
fields: [
{
title: 'Name',