Skip to content

Commit 36489a5

Browse files
committed
update
1 parent f126769 commit 36489a5

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

component-models.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -285,29 +285,29 @@
285285
"component": "text",
286286
"valueType": "string",
287287
"name": "category-label",
288-
"label": "Category",
289-
"value": "category"
288+
"label": "Category Label",
289+
"value": "category-label"
290290
},
291291
{
292292
"component": "text",
293293
"valueType": "string",
294294
"name": "searchterm-label",
295-
"label": "Search Term",
296-
"value": "searchterm"
295+
"label": "Search Term Label",
296+
"value": "searchterm-label"
297297
},
298298
{
299299
"component": "boolean",
300-
"label": "Zoom Product Image on Hover",
300+
"label": "Zoom Product Image on Hover Label",
301301
"name": "zoom-label",
302302
"valueType": "boolean",
303-
"value": "zoom"
303+
"value": "zoom-label"
304304
},
305305
{
306306
"component": "boolean",
307-
"label": "Use Product Badges",
307+
"label": "Use Product Badges Label",
308308
"name": "badges-label",
309309
"valueType": "boolean",
310-
"value": "badges"
310+
"value": "badges-label"
311311
}
312312
]
313313
},

ue/models/blocks/product-list-page.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,29 +58,29 @@
5858
"component": "text",
5959
"valueType": "string",
6060
"name": "category-label",
61-
"label": "Category",
62-
"value": "category"
61+
"label": "Category Label",
62+
"value": "category-label"
6363
},
6464
{
6565
"component": "text",
6666
"valueType": "string",
6767
"name": "searchterm-label",
68-
"label": "Search Term",
69-
"value": "searchterm"
68+
"label": "Search Term Label",
69+
"value": "searchterm-label"
7070
},
7171
{
7272
"component": "boolean",
73-
"label": "Zoom Product Image on Hover",
73+
"label": "Zoom Product Image on Hover Label",
7474
"name": "zoom-label",
7575
"valueType": "boolean",
76-
"value": "zoom"
76+
"value": "zoom-label"
7777
},
7878
{
7979
"component": "boolean",
80-
"label": "Use Product Badges",
80+
"label": "Use Product Badges Label",
8181
"name": "badges-label",
8282
"valueType": "boolean",
83-
"value": "badges"
83+
"value": "badges-label"
8484
}
8585
]
8686
}

0 commit comments

Comments
 (0)