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

25 строки
1.6 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="AdminNewIntegrationSection">
  11. <element name="name" type="input" selector="#integration_properties_name"/>
  12. <element name="password" type="input" selector="#integration_properties_current_password"/>
  13. <element name="saveButton" type="button" selector=".page-actions #save-split-button-button"/>
  14. <element name="endpoint" type="input" selector="#integration_properties_endpoint"/>
  15. <element name="linkUrl" type="input" selector="#integration_properties_identity_link_url"/>
  16. <element name="save" type="button" selector=".page-actions-buttons .save"/>
  17. <element name="allow" type="button" selector=".page-actions-buttons .action-primary"/>
  18. <element name="resourcesPopup" type="block" selector="#modal-content-17 #integration-popup-container"/>
  19. <element name="consumerKey" type="input" selector=".admin__field-control.control #integration_token_consumer_key"/>
  20. <element name="consumerSecret" type="input" selector=".admin__field-control.control #integration_token_consumer_secret"/>
  21. <element name="accessToken" type="input" selector=".admin__field-control.control #integration_token_token"/>
  22. <element name="accessTokenSecret" type="input" selector=".admin__field-control.control #integration_token_token_secret"/>
  23. </section>
  24. </sections>