adminhtml_integration_edit.xml 1.7 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  9. <update handle="editor"/>
  10. <body>
  11. <referenceBlock name="integration_edit_tabs">
  12. <block class="Magento\Integration\Block\Adminhtml\Integration\Edit\Tab\Webapi" name="integration_edit_tab_webapi" template="Magento_Integration::resourcetree.phtml"/>
  13. <action method="addTabAfter">
  14. <argument name="name" xsi:type="string">api_section</argument>
  15. <argument name="block" xsi:type="string">integration_edit_tab_webapi</argument>
  16. <argument name="after" xsi:type="string">info_section</argument>
  17. </action>
  18. <block class="Magento\Integration\Block\Adminhtml\Integration\Activate\Permissions\Tab\Webapi" name="integration_config_edit_tab_webapi" template="Magento_Integration::integration/activate/permissions/tab/webapi.phtml"/>
  19. <action method="addTabAfter">
  20. <argument name="name" xsi:type="string">api_config_section</argument>
  21. <argument name="block" xsi:type="string">integration_config_edit_tab_webapi</argument>
  22. <argument name="after" xsi:type="string">api_section</argument>
  23. </action>
  24. </referenceBlock>
  25. <referenceContainer name="js">
  26. <block class="Magento\Backend\Block\Template" name="adminhtml.integration.webapi.tree.js" template="Magento_User::user/roles_grid_js.phtml"/>
  27. </referenceContainer>
  28. </body>
  29. </page>