We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95a1bc commit 292133fCopy full SHA for 292133f
data/fields/clothes.json
@@ -1,5 +1,25 @@
1
{
2
"key": "clothes",
3
"type": "semiCombo",
4
- "label": "Clothes"
+ "label": "Clothes",
5
+ "strings": {
6
+ "options": {
7
+ "babies": "Baby Clothing",
8
+ "children": "Children's Clothing",
9
+ "fur": "Fur Clothing",
10
+ "hats": "Hats",
11
+ "maternity": "Maternity Clothing",
12
+ "men": "Men's Clothing",
13
+ "motorcycle": "Motorcycle Clothing",
14
+ "oversize": "Plus Size Clothing",
15
+ "socks": "Socks",
16
+ "sports": "Sportswear",
17
+ "suites": "Suites",
18
+ "swimwear": "Swimwear",
19
+ "underwear": "Underwear",
20
+ "wedding": "Wedding Clothing",
21
+ "women": "Women's Clothing",
22
+ "workwear": "Workwear"
23
+ }
24
25
}
0 commit comments