Live data blocks

Since v0.9.2

Data-driven blocks don’t store content directly — they store a CHOICE (which table, which filter, how many to show). The public page fetches the current records every time it renders, so the page updates itself automatically whenever you add, edit, or remove a record. Nothing to keep in sync by hand.

  • Forms list — pulls from the Forms library, optionally filtered to one category.
  • Notices list — recent Public Notices, optionally filtered by type (deadline / meeting / general).
  • Board members — cards from the Board Members collection, sorted by their Order field.
  • Staff directory — cards from the Staff collection (photo, title, email, phone, bio), sorted by their Order field.
  • Meetings list — upcoming, past, or all meetings; optionally filtered to Board or ARB only.
  • Links list — from the Links table, optionally filtered by type (tax entity, taxing unit, government, resource, other).
  • Job postings — open positions from Employment.
  • Generic Data Table — pick any of the tables above, choose exactly which fields become columns and what header label each shows — a fully custom auto-updating table.

Every list block has an optional heading and a limit (0 shows all matching records).

← PreviousLayout blocks: Sections & ColumnsNext →Using Live Preview