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.
|
- <?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="AdminSearchTermFormSection">
- <element name="save" type="button" selector=".page-actions-buttons .save"/>
- <element name="searchQuery" type="input" selector=".admin__field-control.control #query_text"/>
- <element name="storeID" type="input" selector=".admin__field-control.control #store_id"/>
- <element name="redirectUrl" type="input" selector=".admin__field-control.control #redirect"/>
- <element name="displayInTerms" type="input" selector=".admin__field-control.control #display_in_terms"/>
- </section>
- </sections>
|