Smile-SA/elasticsuite

View on GitHub
src/module-elasticsuite-indices/etc/adminhtml/di.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<!--
/**
 * Smile_ElasticsuiteIndices dependency injection configuration.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Smile ElasticSuite to newer
 * versions in the future.
 *
 * @category  Smile
 * @package   Smile\ElasticsuiteIndices
 * @author    Vadym Honcharuk <vahonc@smile.fr>
 * @copyright 2022 Smile
 * @license   Open Software License ("OSL") v. 3.0
 */
 -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">

    <!-- Elasticsuite notifications -->
    <type name="Magento\Framework\Notification\MessageList">
        <arguments>
            <argument name="messages" xsi:type="array">
                <item name="elasticsuite_cluster_shards_misconfig_warning" xsi:type="string">Smile\ElasticsuiteIndices\Model\System\Message\WarningAboutClusterShardsMisconfig</item>
                <item name="elasticsuite_cluster_ghost_indices_warning" xsi:type="string">Smile\ElasticsuiteIndices\Model\System\Message\WarningAboutClusterGhostIndices</item>
            </argument>
        </arguments>
    </type>

</config>