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

18 строки
932 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
  9. <section name="WebSetupPageLandingSection">
  10. <element name="section" type="text" selector="section[data-section=landing]"/>
  11. <element name="logo" type="text" selector="section[data-section=landing] > img.logo"/>
  12. <element name="version" type="text" selector="section[data-section=landing] > p.text-version"/>
  13. <element name="welcome" type="text" selector="section[data-section=landing] > p.text-welcome"/>
  14. <element name="terms_and_agreement_link" type="text" selector="section[data-section=landing] > p.text-welcome > a[href^='javascript:showSection'][href*='license']"/>
  15. </section>
  16. </sections>