temando_activation_notice.xml 564 B

12345678910111213
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Refer to LICENSE.txt distributed with the Temando Shipping module for notice of license
  5. */
  6. -->
  7. <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  8. <body>
  9. <referenceContainer name="content">
  10. <block class="Temando\Shipping\Block\Adminhtml\Activation\Notice" name="temando_shipping_activation_notice" template="Temando_Shipping::activation/notice.phtml"/>
  11. </referenceContainer>
  12. </body>
  13. </page>