fulldotdev / ui

The Astro UI library to build content sites
https://ui.full.dev
MIT License
239 stars 12 forks source link

pageSchema cleaned and querying field within collection now possible #24

Closed silveltman closed 6 months ago

silveltman commented 6 months ago

You can now query a specific field within a collection. For example $products.card. This will return an array of all the product cards.

docs coming soon