diff --git a/content/introduction/design-files/index.mdx b/content/introduction/design-files/index.mdx index a2fe930..c1e40fe 100644 --- a/content/introduction/design-files/index.mdx +++ b/content/introduction/design-files/index.mdx @@ -11,14 +11,15 @@ description: ## [ Download the design files](https://www.figma.com/community/file/1609226500517799928) -The Sharetribe Web Template designs are available as Figma -files. These files are the starting point for your custom marketplace -design and using them can dramatically speed up your design process. +The Sharetribe Web Template designs are available as Figma files. These +files are the starting point for your custom marketplace design and +using them can dramatically speed up your design process. ## Design files -We created the design files in [Figma](https://www.figma.com). You might need to download the Inter -font from [Google Fonts](https://fonts.google.com/specimen/Inter). +We created the design files in [Figma](https://www.figma.com). You might +need to download the Inter font from +[Google Fonts](https://fonts.google.com/specimen/Inter). Once you have the design files installed, you can start working on customizing the design to match the visual identity of your marketplace. diff --git a/content/template/configuration/variables/index.mdx b/content/template/configuration/variables/index.mdx index 5f2269c..f3b5f70 100644 --- a/content/template/configuration/variables/index.mdx +++ b/content/template/configuration/variables/index.mdx @@ -384,13 +384,24 @@ datepicker element. ### Sorting -You can adjust sorting options through the `sortConfig` option. Here you -can disable the sorting element altogether. You can add or remove -existing sorting options by editing the options array. Extended data can -also be used to sort listings. See all the available sorting options in -the +Operators can configure which sort options appear in the SortBy dropdown +directly in Console, toggling individual options on or off without any +code changes. These Console-managed settings are fetched via the Asset +Delivery API and take precedence over local configuration. + +The `sortConfig` in +[configSearch.js](https://github.com/sharetribe/web-template/blob/main/src/config/configSearch.js) +defines the default sort options used as a fallback when no hosted +configuration is present. You can also disable the sorting element +altogether, or add sort options based on extended data through this +local config. See all the available sorting options in the [API reference](https://www.sharetribe.com/api-reference/marketplace.html#sorting). +If you want to customize how hosted and local sort configurations are +merged, refer to the +[hosted and local configurations](/template/configuration/hosted-and-local-configurations/) +article. + ## Map configurations The