Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
-
- <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
- <section name="SwaggerAuthorizeSection">
- <element name="authorizeButtonUnlocked" type="button" selector=".btn.authorize.unlocked"/>
- <element name="authorizeButtonLocked" type="button" selector=".btn.authorize.locked"/>
- <element name="authorizeModalButton" type="button" selector=".btn.auth.authorize"/>
- <element name="logoutModalButton" type="button" selector=".btn.modal-btn.auth"/>
- <element name="closeModalButton" type="button" selector=".btn.modal-btn.auth.btn-done"/>
- <element name="apiKeyInput" type="input" selector=".auth-container .wrapper input"/>
- </section>
- </sections>
|