default.xml 786 B

1234567891011121314151617181920
  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. <body>
  10. <referenceContainer name="after.body.start">
  11. <block class="Magento\Paypal\Block\Express\InContext\Component"
  12. name="paypal.express-in-context.component"
  13. template="Magento_Paypal::express/in-context/component.phtml">
  14. <arguments>
  15. <argument name="is_button_context" xsi:type="boolean">true</argument>
  16. </arguments>
  17. </block>
  18. </referenceContainer>
  19. </body>
  20. </page>