<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <agency>
			<assignproduct>
                <add_product>1</add_product>
                <edit_product>1</edit_product>
                <admin_name>Admin</admin_name>
                <admin_email>no-reply@test.com</admin_email>
                <add_msg>I would like to inform you that recently I assigned a new product in the store. Please approve the product as soon as possible.</add_msg>
                <edit_msg>I would like to inform you that recently I updated the assigned product in the store. Please approve the product as soon as possible.</edit_msg>
			</assignproduct>
		</agency>
    </default>
</config>

