File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
app/code/Magento/Swatches/view/frontend/layout Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © 2016 Magento. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
9
+ <head >
10
+ <css src =" Magento_Swatches::css/swatches.css" />
11
+ </head >
12
+ <body >
13
+ <referenceBlock name =" category.product.type.details.renderers" >
14
+ <block class =" Magento\Swatches\Block\Product\Renderer\Listing\Configurable" as =" configurable" template =" Magento_Swatches::product/listing/renderer.phtml" />
15
+ </referenceBlock >
16
+ </body >
17
+ </page >
Original file line number Diff line number Diff line change 9
9
<head >
10
10
<css src =" Magento_Swatches::css/swatches.css" />
11
11
</head >
12
+ <body >
13
+ <referenceBlock name =" category.product.type.details.renderers" >
14
+ <block class =" Magento\Swatches\Block\Product\Renderer\Listing\Configurable" as =" configurable" template =" Magento_Swatches::product/listing/renderer.phtml" />
15
+ </referenceBlock >
16
+ </body >
12
17
</page >
You can’t perform that action at this time.
0 commit comments