DocumentationTypesInterfaces

Theme Shop Newsletter Block

amerta


amerta / payload-types / ThemeShopNewsletterBlock

Interface: ThemeShopNewsletterBlock

Defined in: payload-types.ts:1649

This interface was referenced by Config's JSON-Schema via the definition "ThemeShopNewsletterBlock".

Properties

baseForm?

optional baseForm: { description?: string | null; form?: string | Form | null; title?: string | null; }

Defined in: payload-types.ts:1669

description?

optional description: string | null

Optional description text above the form

form?

optional form: string | Form | null

title?

optional title: string | null


blockName?

optional blockName: string | null

Defined in: payload-types.ts:1693


blockType

blockType: "themeShopNewsletterBlock"

Defined in: payload-types.ts:1694


formText?

optional formText: {[k: string]: unknown; root: { children: {[k: string]: unknown; type: any; version: number; }[]; direction: "rtl" | "ltr" | null; format: "" | "center" | "left" | "start" | "right" | "end" | "justify"; indent: number; type: string; version: number; }; } | null

Defined in: payload-types.ts:1677


headline

headline: {[k: string]: unknown; root: { children: {[k: string]: unknown; type: any; version: number; }[]; direction: "rtl" | "ltr" | null; format: "" | "center" | "left" | "start" | "right" | "end" | "justify"; indent: number; type: string; version: number; }; }

Defined in: payload-types.ts:1654

Index Signature

[k: string]: unknown

root

root: { children: {[k: string]: unknown; type: any; version: number; }[]; direction: "rtl" | "ltr" | null; format: "" | "center" | "left" | "start" | "right" | "end" | "justify"; indent: number; type: string; version: number; }

root.children

children: {[k: string]: unknown; type: any; version: number; }[]

Index Signature

[k: string]: unknown

root.direction

direction: "rtl" | "ltr" | null

root.format

format: "" | "center" | "left" | "start" | "right" | "end" | "justify"

root.indent

indent: number

root.type

type: string

root.version

version: number


hideOnFrontend?

optional hideOnFrontend: boolean | null

Defined in: payload-types.ts:1653

Toggle to hide this section from the live website.


id?

optional id: string | null

Defined in: payload-types.ts:1692