3112 - lowercase facet orientation values (#150)
This commit is contained in:
@@ -78,7 +78,10 @@ const Product = {
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
{ attribute: 'color', values: colors },
|
{ attribute: 'color', values: colors },
|
||||||
{ attribute: 'orientation', values: orientations },
|
{
|
||||||
|
attribute: 'orientation',
|
||||||
|
values: orientations.map((value) => value.toLowerCase()),
|
||||||
|
},
|
||||||
{ attribute: 'type', values: types },
|
{ attribute: 'type', values: types },
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user