sanity-plugin-podcast
Version:
Podcast plugin for Sanity
19 lines (18 loc) • 403 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _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'
}]
};
exports.default = _default;