<?xml version="1.0"?>
<!--
/**
 * KiwiCommerce
 *
 * Do not edit or add to this file if you wish to upgrade to newer versions in the future.
 * If you wish to customize this module for your needs.
 * Please contact us https://kiwicommerce.co.uk/contacts.
 *
 * @category   KiwiCommerce
 * @package    KiwiCommerce_AdminActivity
 * @copyright  Copyright (C) 2018 Kiwi Commerce Ltd (https://kiwicommerce.co.uk/)
 * @license    https://kiwicommerce.co.uk/magento2-extension-license/
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <admin_activity>
            <general>
                <enable>1</enable>
                <login_activity>1</login_activity>
                <page_visit>1</page_visit>
                <clearlog>7</clearlog>
            </general>
            <module>
                <order>1</order>
                <product>1</product>
                <category>1</category>
                <customer>1</customer>
                <promotion>1</promotion>
                <email>1</email>
                <page>1</page>
                <block>1</block>
                <widget>1</widget>
                <theme>1</theme>
                <system_config>1</system_config>
                <attibute>1</attibute>
                <admin_user>1</admin_user>
                <seo>1</seo>
            </module>
        </admin_activity>
    </default>
</config>
