Websites v4 docs v5.2.5
    Preparing search index...
    interface Footer {
        css?: string;
        footerType: "default" | "none" | "custom";
        html?: string;
        sections: FooterSection[];
    }
    Index

    Properties

    css?: string
    footerType: "default" | "none" | "custom"
    html?: string
    sections: FooterSection[]