Want to add a products or cars collection? Here is the recipe:
- Create a file under
src/server/cms/schema/collections/that exportsdefineCollection({ ... }). - Add it to the
COLLECTIONSarray inregistry.ts. - Build a public list view under
/[locale]/productsand a detail view under/[locale]/products/[slug].
That is it. The admin sidebar, editor, media handling and locale fallback all light up automatically — the data layer already supports it.