<?xml version="1.0"?>
<!--
/**
 * MageWorx OrdersGrid defaults
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <mageworx_order_management>
            <order_grid>
                <main>
                    <sync_order_count>1</sync_order_count>
                    <cron_sync_status>0</cron_sync_status>
                    <capture_notification_comment><![CDATA[The invoice has been captured.]]></capture_notification_comment>
                    <disabled_mass_actions>0</disabled_mass_actions>
                </main>

                <indexer>
                    <use_real_combinations>1</use_real_combinations>
                    <limit_period_enabled>0</limit_period_enabled>
                    <limit_months>12</limit_months>
                    <log_timings>1</log_timings>
                </indexer>
            </order_grid>
        </mageworx_order_management>
    </default>
</config>
