@strawbinary-io/api-video-strapi-5-plugin
Version:
A powerful Strapi plugin to easily manage your videos and integrate them in your project
74 lines (73 loc) • 2.04 kB
TypeScript
declare const _default: {
'api-video-asset': {
schema: {
kind: string;
collectionName: string;
info: {
name: string;
singularName: string;
pluralName: string;
displayName: string;
};
pluginOptions: {
'content-manager': {
visible: boolean;
};
'content-type-builder': {
visible: boolean;
};
};
options: {
draftAndPublish: boolean;
comment: string;
};
attributes: {
title: {
type: string;
required: boolean;
};
description: {
type: string;
required: boolean;
};
_public: {
type: string;
default: boolean;
required: boolean;
};
videoId: {
type: string;
required: boolean;
maxLength: number;
};
hls: {
type: string;
required: boolean;
};
iframe: {
type: string;
required: boolean;
};
mp4: {
type: string;
required: boolean;
};
player: {
type: string;
required: boolean;
};
thumbnail: {
type: string;
required: boolean;
};
tags: {
type: string;
};
metadata: {
type: string;
};
};
};
};
};
export default _default;