fulldotdev / ui

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

pageSchema cleaned and querying field within collection now possible #24

Closed silveltman closed 5 months ago

silveltman commented 5 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