<?xml version="1.0"?>
<!--
/**
 * Hyvä Themes - https://hyva.io
 * Copyright © Hyvä Themes. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="Magento\Framework\App\ActionInterface">
        <!-- The sorOrder is so it runs after \Magento\Theme\Plugin\LoadDesignPlugin that set's the configured theme -->
        <plugin name="hyva_theme_fallback"  type="Hyva\ThemeFallback\Plugin\ThemeFallbackPlugin" sortOrder="10"/>
    </type>
</config>
