Skip to content

Commit 494c687

Browse files
committed
update components
1 parent 06265da commit 494c687

File tree

3 files changed

+4
-160
lines changed

3 files changed

+4
-160
lines changed

component-definition.json

Lines changed: 0 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -84,53 +84,6 @@
8484
}
8585
}
8686
},
87-
{
88-
"title": "PDP Section",
89-
"id": "pdp-section",
90-
"plugins": {
91-
"xwalk": {
92-
"page": {
93-
"resourceType": "core/franklin/components/section/v1/section",
94-
"template": {
95-
"model": "section",
96-
"filter": "pdp-section"
97-
}
98-
}
99-
}
100-
}
101-
},
102-
{
103-
"title": "Commerce Section",
104-
"id": "commerce-section",
105-
"plugins": {
106-
"xwalk": {
107-
"page": {
108-
"resourceType": "core/franklin/components/section/v1/section",
109-
"template": {
110-
"model": "section",
111-
"filter": "commerce-section"
112-
}
113-
}
114-
}
115-
}
116-
},
117-
{
118-
"title": "Account Section",
119-
"id": "account-section",
120-
"plugins": {
121-
"xwalk": {
122-
"page": {
123-
"resourceType": "core/franklin/components/section/v1/section",
124-
"template": {
125-
"model": "section",
126-
"filter": "account-section"
127-
}
128-
}
129-
}
130-
}
131-
}
132-
]
133-
},
13487
{
13588
"title": "Blocks",
13689
"id": "blocks",
@@ -319,21 +272,6 @@
319272
}
320273
}
321274
},
322-
{
323-
"title": "Quote",
324-
"id": "quote",
325-
"plugins": {
326-
"xwalk": {
327-
"page": {
328-
"resourceType": "core/franklin/components/block/v1/block",
329-
"template": {
330-
"name": "Quote",
331-
"model": "quote"
332-
}
333-
}
334-
}
335-
}
336-
},
337275
{
338276
"title": "Search",
339277
"id": "search",
@@ -516,22 +454,6 @@
516454
}
517455
}
518456
},
519-
{
520-
"title": "GenAI Block",
521-
"id": "genaiblock",
522-
"plugins": {
523-
"xwalk": {
524-
"page": {
525-
"resourceType": "core/franklin/components/block/v1/block",
526-
"template": {
527-
"name": "GenAI Block",
528-
"model": "genaiblock",
529-
"key-value": true
530-
}
531-
}
532-
}
533-
}
534-
},
535457
{
536458
"title": "Product Details",
537459
"id": "product-details",

component-filters.json

Lines changed: 4 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
{
33
"id": "main",
44
"components": [
5-
"section",
6-
"commerce-section",
7-
"pdp-section",
8-
"account-section"
5+
"section"
96
]
107
},
118
{
@@ -21,7 +18,6 @@
2118
"form",
2219
"hero",
2320
"image",
24-
"quote",
2521
"search",
2622
"tabs",
2723
"table",
@@ -30,51 +26,7 @@
3026
"video",
3127
"product-recommendations",
3228
"product-teaser",
33-
"product-list-page",
34-
"genaiblock"
35-
]
36-
},
37-
{
38-
"id": "account-section",
39-
"components": [
40-
"commerce-account-sidebar",
41-
"commerce-account-header",
42-
"commerce-orders-list",
43-
"commerce-addresses",
44-
"commerce-customer-information",
45-
"commerce-returns-list",
46-
"commerce-create-return",
47-
"commerce-login",
48-
"commerce-create-account",
49-
"commerce-create-password",
50-
"commerce-confirm-account",
51-
"commerce-forgot-password",
52-
"commerce-return-header",
53-
"commerce-order-header",
54-
"commerce-order-status",
55-
"commerce-shipping-status",
56-
"commerce-customer-details",
57-
"commerce-order-cost-summary",
58-
"commerce-order-product-list",
59-
"commerce-order-returns",
60-
"commerce-order-returns",
61-
"customer-preferences",
62-
"genaiblock"
63-
]
64-
},
65-
{
66-
"id": "pdp-section",
67-
"components": [
68-
"product-details",
69-
"enrichment"
70-
]
71-
},
72-
{
73-
"id": "commerce-section",
74-
"components": [
75-
"commerce-cart",
76-
"commerce-mini-cart",
77-
"commerce-checkout"
29+
"product-list-page"
7830
]
7931
},
8032
{
@@ -107,9 +59,8 @@
10759
"text",
10860
"image",
10961
"button",
110-
"title",
111-
"genaiblock"
112-
]
62+
"title"
63+
]
11364
},
11465
{
11566
"id": "table",

component-models.json

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,6 @@
6666
}
6767
]
6868
},
69-
{
70-
"id": "genaiblock",
71-
"fields": [
72-
{
73-
"component": "richtext",
74-
"name": "text",
75-
"label": "Text"
76-
}
77-
]
78-
},
7969
{
8070
"id": "button",
8171
"fields": [
@@ -359,25 +349,6 @@
359349
}
360350
]
361351
},
362-
{
363-
"id": "quote",
364-
"fields": [
365-
{
366-
"component": "richtext",
367-
"valueType": "string",
368-
"name": "quotation",
369-
"value": "",
370-
"label": "Quotation"
371-
},
372-
{
373-
"component": "richtext",
374-
"name": "attribution",
375-
"value": "",
376-
"label": "Attribution",
377-
"valueType": "string"
378-
}
379-
]
380-
},
381352
{
382353
"id": "search",
383354
"fields": [

0 commit comments

Comments
 (0)