Skip to content

Commit

Permalink
Merge pull request #3 from lizardmedia/layout-update
Browse files Browse the repository at this point in the history
Fix for layout - styles for swatches.
  • Loading branch information
bartoszkubicki authored Aug 27, 2018
2 parents 417d221 + 444996e commit 7df1d12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"magento/framework": "101.0.*"
},
"type": "magento2-module",
"version": "1.0.0",
"version": "1.0.1",
"license": [
"MIT"
],
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="LizardMedia_AllProductsListing" setup_version="1.0.0">
<module name="LizardMedia_AllProductsListing" setup_version="1.0.1">
<sequence>
<module name="Magento_Catalog"/>
</sequence>
Expand Down
3 changes: 3 additions & 0 deletions view/frontend/layout/catalog_all_index_index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<update handle="catalog_category_view_type_layered"/>
<head>
<css src="Magento_Swatches::css/swatches.css"/>
</head>
<body>
<referenceContainer name="columns.top">
<container name="category.view.container" htmlTag="div" htmlClass="category-view" after="-">
Expand Down

0 comments on commit 7df1d12

Please sign in to comment.