mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Marketplace custom config for price filter
This commit is contained in:
parent
009f14e2c7
commit
eea6b7795c
1 changed files with 8 additions and 0 deletions
|
|
@ -43,3 +43,11 @@ export const categories = [
|
|||
{ key: 'wood', label: 'Wood' },
|
||||
{ key: 'other', label: 'Other' },
|
||||
];
|
||||
|
||||
// Price filter configuration
|
||||
// Note: unlike most prices this is not handled in subunits
|
||||
export const priceFilterConfig = {
|
||||
min: 0,
|
||||
max: 1000,
|
||||
step: 5,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue