![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/extmag/shiplab/view/adminhtml/layout/ |
<?xml version="1.0"?> <!-- /** * Copyright © Extmag. All rights reserved. */ --> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="admin-2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <head> <css src="Extmag_Shiplab::css/configuration_switcher.css"/> </head> <body> <referenceContainer name="js"> <block class="Magento\Backend\Block\Template" name="js.system_config_js" template="Magento_Config::system/config/js.phtml"> <arguments> <argument name="countryFilter" xsi:type="object">Extmag\Shiplab\ViewModel\Magento\CountryFilter</argument> </arguments> </block> <block class="Magento\Backend\Block\Template" name="js.system_shipping_applicable_country" template="Magento_Backend::system/shipping/applicable_country.phtml"/> </referenceContainer> <referenceContainer name="page.main.actions"> <block class="Extmag\Shiplab\Block\Adminhtml\Configuration\Scope\Switcher" name="extmag_shiplab.configuration.scope.switcher" template="Extmag_Shiplab::configuration/scope/switcher.phtml"> <arguments> <argument name="switch_stores" xsi:type="string">1</argument> <argument name="switch_directions" xsi:type="string">1</argument> <argument name="switch_countries" xsi:type="string">1</argument> <argument name="default_selection_name" xsi:type="string" translate="true">Default Config</argument> <argument name="show_manage_stores_link" xsi:type="string">1</argument> </arguments> </block> </referenceContainer> <referenceContainer name="left"> <block class="Extmag\Shiplab\Block\Adminhtml\Configuration\Tabs" name="extmag_shiplab.configuration.tabs" before="-"/> </referenceContainer> <referenceContainer name="content"> <block name="extmag_shiplab.configuration.edit" class="Extmag\Shiplab\Block\Adminhtml\Configuration\Edit"/> </referenceContainer> </body> </page>