<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="Magento\Sales\Block\Adminhtml\Order\Invoice\View">
        <plugin name="change_print_button_url"
                type="Xtento\PdfCustomizer\Model\Plugin\Printinvoice"
                sortOrder="10"
                disabled="false"/>
    </type>

    <type name="Magento\Shipping\Block\Adminhtml\View">
        <plugin name="change_print_button_url_s"
                type="Xtento\PdfCustomizer\Model\Plugin\Printshipment"
                sortOrder="10"
                disabled="false"/>
    </type>

    <type name="Magento\Sales\Block\Adminhtml\Order\Creditmemo\View">
        <plugin name="change_print_button_url_cc"
                type="Xtento\PdfCustomizer\Model\Plugin\Printcreditmemo"
                sortOrder="10"
                disabled="false"/>
    </type>

    <type name="Magento\Ui\Component\MassAction">
        <plugin name="Xtento_PdfCustomizer::addMassaction"
                type="Xtento\PdfCustomizer\Ui\Plugin\Component\MassActionPlugin"/>
    </type>

    <!-- 2.3+ -->
    <type name="Magento\Catalog\Ui\Component\Product\MassAction">
        <plugin name="Xtento_PdfCustomizer::addMassaction"
                type="Xtento\PdfCustomizer\Ui\Plugin\Component\MassActionPlugin"/>
    </type>
</config>

<!--
/**
 * Product:       Xtento_PdfCustomizer
 * ID:            %!uniqueid!%
 * Last Modified: 2019-02-05T17:13:45+00:00
 * File:          etc/adminhtml/di.xml
 * Copyright:     Copyright (c) XTENTO GmbH & Co. KG <info@xtento.com> / All rights reserved.
 */
-->