EmicoEcommerce/Magento2Tweakwise

View on GitHub
view/frontend/layout/default.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)
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <head>
        <css src="Tweakwise_Magento2Tweakwise::css/style.css" />
    </head>

    <body>
        <referenceBlock name="top.search">
            <block class="Tweakwise\Magento2Tweakwise\Block\Autocomplete\FormMini" ifconfig="tweakwise/autocomplete/enabled" name="tweakwise-autocomplete" template="Tweakwise_Magento2Tweakwise::form.mini.phtml"/>
        </referenceBlock>
    </body>
</page>