Skip to content

Commit 28df663

Browse files
committed
WIP
1 parent 422a791 commit 28df663

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

component-definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
"plugins": {
277277
"da": {
278278
"rows": 1,
279-
"columns": 2,
279+
"columns": 1,
280280
"fields": [
281281
{
282282
"name": "category",

component-models.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,15 +257,13 @@
257257
"component": "text",
258258
"valueType": "string",
259259
"name": "category",
260-
"label": "Category",
261-
"value": ""
260+
"label": "Category"
262261
},
263262
{
264263
"component": "text",
265264
"valueType": "string",
266265
"name": "searchTerm",
267-
"label": "Search Term",
268-
"value": ""
266+
"label": "Search Term"
269267
},
270268
{
271269
"component": "boolean",

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"plugins": {
88
"da": {
99
"rows": 1,
10-
"columns": 2,
10+
"columns": 1,
1111
"fields": [
1212
{ "name": "category", "selector": "div:nth-child(1)>div:nth-child(2)>p:nth-child(1)" },
1313
{ "name": "searchTerm", "selector": "div:nth-child(2)>div:nth-child(2)>p:nth-child(1)" },
@@ -26,15 +26,13 @@
2626
"component": "text",
2727
"valueType": "string",
2828
"name": "category",
29-
"label": "Category",
30-
"value": ""
29+
"label": "Category"
3130
},
3231
{
3332
"component": "text",
3433
"valueType": "string",
3534
"name": "searchTerm",
36-
"label": "Search Term",
37-
"value": ""
35+
"label": "Search Term"
3836
},
3937
{
4038
"component": "boolean",

0 commit comments

Comments
 (0)