Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions content/introduction/design-files/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
21 changes: 16 additions & 5 deletions content/template/configuration/variables/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down