strapi-plugin-website-builder-v5
Version:
V5 port of https://market.strapi.io/plugins/strapi-plugin-website-builder
43 lines (42 loc) • 1.06 kB
TypeScript
declare const _default: {
log: {
schema: {
kind: string;
collectionName: string;
info: {
singularName: string;
pluralName: string;
displayName: string;
};
pluginOptions: {
'content-manager': {
visible: boolean;
};
'content-type-builder': {
visible: boolean;
};
};
options: {
draftAndPublish: boolean;
};
attributes: {
status: {
type: string;
};
build: {
type: string;
};
trigger: {
type: string;
};
method: {
type: string;
};
response: {
type: string;
};
};
};
};
};
export default _default;