Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

20 строки
705 B

  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. <arguments>
  14. <argument name="is_button_context" xsi:type="boolean">true</argument>
  15. </arguments>
  16. </block>
  17. </referenceContainer>
  18. </body>
  19. </page>