Instance / Config Properties (per-tenant)
Each tenant is an instance. Configuration is stored in the instance’s properties (name/value pairs). Recognized properties:
| Property | Used for |
|---|---|
searchEngine |
Selects typesense or elasticsearch (default elasticsearch) |
searchCollectionPrefix / searchCollectionStrategy |
Search collection naming |
searchableFields, facetFields, sortField, suggestionFields, retainFacetCount |
Search/index behavior |
localizationFields |
Which fields are localized |
defaultLocale, supportedLocales |
Locale handling and validation |
supportedChannels, channelCatalogMapping, channelNavigationMapping |
Channel-to-catalog/navigation mapping |
enableScopeForContract |
B2B contract scoping |
pluginConfig |
Configuration that selects per-instance extension validators (see §11) |
| Workflow config | Toggles DRAFT/LIVE behavior per entity |
Revision History
2026-08-04 | JP – Created the page and added the content.