UNPKG

sanity-plugin-podcast

Version:

Podcast plugin for Sanity

35 lines (32 loc) 611 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _md = require("react-icons/md"); var _default = { name: 'host', title: 'Host', type: 'document', icon: _md.MdPeople, fields: [{ name: 'name', title: 'Name', type: 'string' }, { name: 'email', type: 'email' }, { name: 'description', title: 'Description', description: 'Describe your host in the most interesting way', type: 'array', of: [{ type: 'block' }] }, { name: 'image', type: 'image' }] }; exports.default = _default;