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

    Interface PageConfig

    interface PageConfig {
        _id: string | null;
        agencyId: number | null;
        areaGuide?: AreaGuideFields;
        areas: { [key: string]: Section<MixedSection>[] };
        article?: ArticleFields;
        articleList?: ArticleListFields;
        branch?: BranchFields;
        branchList?: BranchListFields;
        category?: string;
        createdAt: string;
        custom?: CustomFields;
        forcePageReload?: boolean;
        home?: HomeFields;
        interstitial?: InterstitalFields;
        live?: boolean;
        metadata: {
            canonicalUrl?: string;
            description?: string;
            noindex?: boolean;
            title?: string;
        };
        page: PageName
        | null;
        position?: number;
        property?: PropertyFields;
        propertyList?: PropertyListFields;
        resourceId?: number;
        sectionOverrides?: {
            [key: number]: { [sectionId: string]: Section<MixedSection> };
        };
        sharedWith?: number[];
        slug?: string;
        staff?: StaffFields;
        staffList?: StaffListFields;
        title?: string;
        updatedAt: string;
    }
    Index

    Properties

    _id: string | null
    agencyId: number | null
    areaGuide?: AreaGuideFields
    areas: { [key: string]: Section<MixedSection>[] }

    Optionalarticle

    article?: ArticleFields
    articleList?: ArticleListFields
    branch?: BranchFields
    branchList?: BranchListFields
    category?: string
    createdAt: string
    custom?: CustomFields
    forcePageReload?: boolean
    home?: HomeFields
    interstitial?: InterstitalFields
    live?: boolean
    metadata: {
        canonicalUrl?: string;
        description?: string;
        noindex?: boolean;
        title?: string;
    }
    page: PageName | null
    position?: number
    property?: PropertyFields
    propertyList?: PropertyListFields
    resourceId?: number
    sectionOverrides?: {
        [key: number]: { [sectionId: string]: Section<MixedSection> };
    }
    sharedWith?: number[]
    slug?: string
    staff?: StaffFields
    staffList?: StaffListFields
    title?: string
    updatedAt: string