sanity-plugin-podcast
Version:
Podcast plugin for Sanity
31 lines (30 loc) • 525 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
name: 'social',
title: 'Social network presence',
type: 'object',
fields: [{
name: 'twitter',
type: 'string'
}, {
name: 'facebook',
type: 'string'
}, {
name: 'googleplus',
type: 'string'
}, {
name: 'instagram',
type: 'string'
}, {
name: 'linkedin',
type: 'string'
}, {
name: 'youtube',
type: 'string'
}]
};
exports.default = _default;