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

    Interface FooterSocialLink

    interface FooterSocialLink {
        color?: string;
        content?: string;
        socialType: SocialType;
        target: "_self" | "_blank";
        url: string;
    }
    Index

    Properties

    color?: string
    content?: string
    socialType: SocialType
    target: "_self" | "_blank"
    url: string