GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Renders a list of reviews (<div class="gl-poi-reviews">), capped at config.maxCount (default 5). Each review renders a bold header (author - ⭐rating/5 with an optional for verified), an optional comment paragraph, and an optional muted date paragraph — preserving the exact inline styles of the original.

      Parameters

      • config: RenderField

        Field configuration (maxCount caps the number of reviews).

      • value: unknown

        Already-resolved array of reviews.

      Returns HTMLElement | null

      The rendered element, or null when the value is not an array.