June 27, 2026
Catalog specs are now config-defined
Declare a catalog's spec fields once in config; every item shares them, and the data is keyed for clean localisation later.
Catalog listings — like the For sale section — used to let every item invent its
own spec labels. Now you declare the spec fields once in site.config.ts, and each
item just fills in the values.
The values are stored under stable keys, so when you localise a site you only swap the labels in config; the content never has to be re-entered.