Smile-SA/elasticsuite

View on GitHub
src/module-elasticsuite-core/view/base/requirejs-config.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * 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\ElasticsuiteCore
 * @author    Botis <botis@smile.fr>
 * @copyright 2021 Smile
 * @license   Open Software License ("OSL") v. 3.0
 */

var config = {
    config: {
        mixins: {
            'Magento_Ui/js/lib/validation/validator': {
                'Smile_ElasticsuiteCore/js/validation/validator-mixin': true
            }
        }
    },
};