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

    Type Alias HestiaContentChunkData

    type HestiaContentChunkData = {
        agency_id: number;
        branch_id: number | null;
        content: string;
        content_type: string;
        image: string | null;
        loc: any;
        location_id: number | null;
        name: string;
        portal_id: number | null;
        position?: number;
        site_content_chunk_id: number;
        title: string;
        unpublish_at: string | null;
        url: string;
        url_target: string;
    }
    Index

    Properties

    agency_id: number
    branch_id: number | null
    content: string
    content_type: string
    image: string | null
    loc: any
    location_id: number | null
    name: string
    portal_id: number | null
    position?: number
    site_content_chunk_id: number
    title: string
    unpublish_at: string | null
    url: string
    url_target: string