File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
app/code/Magento/Config/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
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" xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
9
+ <section name =" AdminCatalogProductFieldsAutoGenerationSection" >
10
+ <element name =" productFieldsAutoGeneration" type =" select" selector =" #catalog_fields_masks-link" />
11
+ <element name =" CheckIfTabExpand" type =" button" selector =" #catalog_fields_masks-link:not(.open)" />
12
+ <element name =" openedProductFieldsAutoGeneration" type =" button" selector =" #catalog_fields_masks-link.open" />
13
+ <element name =" metaDescriptionInput" type =" text" selector =" groups[fields_masks][fields][meta_description][value]" />
14
+ </section >
15
+ </sections >
You can’t perform that action at this time.
0 commit comments