strapi-plugin-email-designer-5
Version:
Strapi Email Designer (v5)
58 lines (57 loc) • 1.63 kB
TypeScript
declare const _default: {
"email-designer-template": {
schema: {
kind: string;
collectionName: string;
info: {
singularName: string;
pluralName: string;
displayName: string;
description: string;
};
pluginOptions: {
"content-manager": {
visible: boolean;
};
"content-type-builder": {
visible: boolean;
};
};
options: {
draftAndPublish: boolean;
};
attributes: {
templateReferenceId: {
type: string;
required: boolean;
unique: boolean;
configurable: boolean;
};
design: {
type: string;
configurable: boolean;
};
name: {
type: string;
configurable: boolean;
};
subject: {
type: string;
configurable: boolean;
};
bodyHtml: {
type: string;
configurable: boolean;
};
bodyText: {
type: string;
configurable: boolean;
};
tags: {
type: string;
};
};
};
};
};
export default _default;