UNPKG

sanity-plugin-podcast

Version:

Podcast plugin for Sanity

23 lines (22 loc) 296 B
export default { name: "linkListItem", type: 'object', fields: [ { name: 'title', type: 'string' }, { name: 'URL', type: 'url' }, { name: 'excerpt', type: 'text' }, { name: 'timestamp', type: 'string', } ] }