<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * Hyvä Themes - https://hyva.io
 * Copyright © Hyvä Themes. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd">
    <fieldset name="settings">
        <!-- Glider.js doesn't include/support fade animation -->
        <field name="fade">
            <settings>
                <notice translate="true"><![CDATA[Not supported on Hyvä Themes storefronts for compatibility and performance reasons.]]></notice>
            </settings>
        </field>
        <!-- The Snap Slider is a CSS slider and that does not support these features -->
        <field name="autoplay">
            <settings>
                <notice translate="true"><![CDATA[Not supported on Hyvä Themes storefronts for A11Y.]]></notice>
            </settings>
        </field>
        <field name="is_infinite">
            <settings>
                <notice translate="true"><![CDATA[Not supported on Hyvä Themes storefronts with the CSS Slider.]]></notice>
            </settings>
        </field>
    </fieldset>
</form>
