Created
June 2, 2020 09:34
-
-
Save TheEskhaton/42b995381245cb96a3a14f3af1b8c76b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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