UNPKG

sanity-plugin-podcast

Version:

Podcast plugin for Sanity

17 lines (16 loc) 297 B
export default { name: 'owner', type: 'object', description: 'The name and email of the person or organization that iTunes should list in their different views', fields: [ { name: 'email', type: 'email' }, { name: 'name', type: 'string' } ] }