Websites v4 docs v5.2.5
    Preparing search index...

    Interface TestimonialsConfig

    interface TestimonialsConfig {
        backgroundColor?: string;
        campaignIds?: string[];
        campaignStatus?: "active" | "inactive";
        channel?: string;
        containerWidth?: ContainerWidth;
        count?: number;
        ctaButtonLink?: string;
        ctaButtonText?: string;
        customCss?: string;
        elements: SectionElement[];
        flex?: ResponsiveFlexConfig;
        foregroundColor?: string;
        height?: SectionHeight;
        id: string;
        iframe?: Iframe;
        image?: ImageField;
        items?: GenericConfig[];
        justify?: Justify;
        link?: TextField & { target?: string; url?: string } & { hidden: boolean };
        mobileImage?: ImageField;
        overlapBottom?: Overlap;
        overlapTop?: Overlap;
        paddingBottom?: number;
        paddingTop?: number;
        tags?: string;
        text?: string;
        variant?: string;
        variantSettings?: Record<string, any>;
        zIndex?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backgroundColor?: string
    campaignIds?: string[]

    The IDs of campaigns to which the section is linked

    campaignStatus?: "active" | "inactive"

    The IDs of campaigns the section should be inactive during

    channel?: string
    containerWidth?: ContainerWidth
    count?: number
    ctaButtonLink?: string
    ctaButtonText?: string
    customCss?: string
    elements: SectionElement[]
    foregroundColor?: string
    height?: SectionHeight
    id: string
    iframe?: Iframe
    image?: ImageField
    items?: GenericConfig[]
    justify?: Justify
    link?: TextField & { target?: string; url?: string } & { hidden: boolean }
    mobileImage?: ImageField
    overlapBottom?: Overlap
    overlapTop?: Overlap
    paddingBottom?: number
    paddingTop?: number
    tags?: string
    text?: string
    variant?: string
    variantSettings?: Record<string, any>
    zIndex?: number