sanity-plugin-goth-vimeo-input
Version:
A Sanity Plugin for Inputting Vimeo Videos by their URL and Pre-Loading oEmbed Data.
98 lines (97 loc) • 1.85 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var vimeoOEmbedData = {
title: "Vimeo oEmbed Data",
name: "vimeoOEmbedData",
type: "object",
fields: [{
title: "account_type",
name: "account_type",
type: "string"
}, {
title: "author_name",
name: "author_name",
type: "string"
}, {
title: "author_url",
name: "author_url",
type: "string"
}, {
title: "description",
name: "description",
type: "text"
}, {
title: "duration",
name: "duration",
type: "number"
}, {
title: "height",
name: "height",
type: "number"
}, {
title: "html",
name: "html",
type: "text"
}, {
title: "is_plus",
name: "is_plus",
type: "string"
}, {
title: "provider_name",
name: "provider_name",
type: "string"
}, {
title: "provider_url",
name: "provider_url",
type: "string"
}, {
title: "thumbnail_height",
name: "thumbnail_height",
type: "number"
}, {
title: "thumbnail_url",
name: "thumbnail_url",
type: "string"
}, {
title: "thumbnail_url_with_play_button",
name: "thumbnail_url_with_play_button",
type: "string"
}, {
title: "thumbnail_width",
name: "thumbnail_width",
type: "number"
}, {
title: "title",
name: "title",
type: "string"
}, {
title: "type",
name: "type",
type: "string"
}, {
title: "upload_date",
name: "upload_date",
type: "string"
}, {
title: "uri",
name: "uri",
type: "string"
}, {
title: "version",
name: "version",
type: "string"
}, {
title: "video_id",
name: "video_id",
type: "number"
}, {
title: "width",
name: "width",
type: "number"
}]
};
var _default = vimeoOEmbedData;
exports.default = _default;