DocumentationTypesInterfaces

Theme Shop Call To Action Text Block

amerta


amerta / payload-types / ThemeShopCallToActionTextBlock

Interface: ThemeShopCallToActionTextBlock

Defined in: payload-types.ts:1574

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

Properties

blockName?

optional blockName: string | null

Defined in: payload-types.ts:1642


blockType

blockType: "themeShopCallToActionText"

Defined in: payload-types.ts:1643


hideOnFrontend?

optional hideOnFrontend: boolean | null

Defined in: payload-types.ts:1578

Toggle to hide this section from the live website.


id?

optional id: string | null

Defined in: payload-types.ts:1641


links?

optional links: { id?: string | null; link: { appearance?: "default" | "link" | "outline" | "destructive" | "ghost" | "secondary" | null; label: string; newTab?: boolean | null; reference?: { relationTo: "pages"; value: string | Page; } | { relationTo: "posts"; value: string | Post; } | { relationTo: "categories"; value: string | Category; } | { relationTo: "products"; value: string | Product; } | { relationTo: "collections"; value: string | Collection; } | { relationTo: "product-brands"; value: string | ProductBrand; } | null; size?: "default" | "sm" | "lg" | "xs" | null; type?: "custom" | "reference" | null; url?: string | null; }; }[] | null

Defined in: payload-types.ts:1594


richText?

optional richText: {[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:1579