<?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 name="Magento\InventoryAdminUi\Ui\DataProvider\SourceDataProvider">
        <plugin name="convert_is_pickup_location_active_boolean_to_string" type="Magento\InventoryInStorePickupAdminUi\Plugin\Ui\DataProvider\ConvertBooleanToStringPlugin" sortOrder="10"/>
        <plugin name="prevent_using_default_source_as_pickup_location_plugin" type="Magento\InventoryInStorePickupAdminUi\Plugin\InventoryAdminUi\DataProvider\PreventUsingDefaultSourceAsPickupLocationPlugin" sortOrder="20"/>
    </type>
</config>
