Skip to content

Instantly share code, notes, and snippets.

@TheEskhaton
Created June 2, 2020 09:34
Show Gist options
  • Save TheEskhaton/42b995381245cb96a3a14f3af1b8c76b to your computer and use it in GitHub Desktop.
Save TheEskhaton/42b995381245cb96a3a14f3af1b8c76b to your computer and use it in GitHub Desktop.
import React from 'react';
export default {
name: 'gist',
type: 'object',
title: 'Gist Embed',
fields: [
{
name: 'url',
type: 'url',
title: 'Gist Url'
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment