<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type>
        <arguments>
            <argument name="prices" xsi:type="array">
                <item key="regular_price" xsi:type="string">Magento\Catalog\Pricing\Price\RegularPrice</item>
            </argument>
        </arguments>
    </type>
    <instance>
        <array key="params">
            <param name="default_value" new_attribute="0">
                <value new_attribute="5">scalar5</value>
            </param>
        </array>
    </instance>
</config>
