EmicoEcommerce/Magento2Tweakwise

View on GitHub
view/frontend/layout/tweakwise_ajax_search.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<!--
/**
 * Tweakwise (https://www.tweakwise.com/) - All Rights Reserved
 *
 * @copyright Copyright (c) 2017-2022 Tweakwise.com B.V. (https://www.tweakwise.com)
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
-->
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/layout_generic.xsd">
    <update handle="empty"/>
    <update handle="formkey"/>
    <container name="root">
        <container name="content"/>
        <container name="sidebar.main"/>
    </container>
    <update handle="catalogsearch_result_index"/>
</layout>