No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

17 líneas
734 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"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
  10. <section name="WebSection">
  11. <element name="DefaultLayoutsTab" type="button" selector="#web_default_layouts-head"/>
  12. <element name="CheckIfTabExpand" type="button" selector="#web_default_layouts-head:not(.open)"/>
  13. <element name="UrlOptionsTab" type="button" selector="#web_url-head"/>
  14. <element name="CheckIfUrlOptionsTabExpand" type="button" selector="#web_url-head:not(.open)"/>
  15. </section>
  16. </sections>