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

    Interface ArticleFields

    interface ArticleFields {
        displayDate?: Date;
        promo?: string;
        promoImage: ImageField;
        topics?: string[];
    }
    Index

    Properties

    displayDate?: Date

    The date to display for the article, which may differ from the createdAt date

    promo?: string

    Short promo text for the article

    promoImage: ImageField

    Image to display in article results

    topics?: string[]

    Array of topics as strings