<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <referenceContainer name="content">
        <block class="Rokanthemes\ProductTab\Block\ProductList" name="product.list" template="Rokanthemes_ProductTab::product/list.phtml" >
            <block class="Magento\Framework\View\Element\RendererList" name="category.product.type.details.renderers" as="details.renderers">
                <block class="Magento\Framework\View\Element\Template" name="category.product.type.details.renderers.default" as="default"/>
                <block class="Magento\Swatches\Block\Product\Renderer\Listing\Configurable"
                       name="category.product.type.details.renderers.configurable" as="configurable"
                       template="Magento_Swatches::product/listing/renderer.phtml"
                       ifconfig="catalog/frontend/show_swatches_in_product_list">
                    <arguments>
                        <argument name="configurable_view_model"
                                  xsi:type="object">Magento\Swatches\ViewModel\Product\Renderer\Configurable</argument>
                    </arguments>
                </block>
            </block>
            <block class="Magento\Catalog\Block\Product\ProductList\Item\Container" name="category.product.addto" as="addto">
                <block class="Magento\Catalog\Block\Product\ProductList\Item\AddTo\Compare"
                       name="category.product.addto.compare" as="compare"
                       template="Magento_Catalog::product/list/addto/compare.phtml"/>
                <block class="Magento\Wishlist\Block\Catalog\Product\ProductList\Item\AddTo\Wishlist"
                       name="category.product.addto.wishlist" as="wishlist" before="compare"
                       template="Magento_Wishlist::catalog/product/list/addto/wishlist.phtml"/>
            </block>
        </block>
    </referenceContainer>
</page>
