Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

21 wiersze
1.0 KiB

  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="AdminVariableFormSection">
  11. <element name="code" type="input" selector="#edit_form input[name='variable[code]']"/>
  12. <element name="name" type="input" selector="#edit_form input[name='variable[name]']"/>
  13. <element name="html" type="textarea" selector="#edit_form textarea[name='variable[html_value]']"/>
  14. <element name="plain" type="textarea" selector="#edit_form textarea[name='variable[plain_value]']"/>
  15. <element name="save" type="button" selector=".page-actions-buttons #save"/>
  16. <element name="delete" type="button" selector=".page-actions-buttons #delete"/>
  17. <element name="confirmDelete" type="button" selector=".action-primary.action-accept"/>
  18. </section>
  19. </sections>