<?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="AdminNewTermFormSection">
        <element name="save" type="button" selector=".page-main-actions #save"/>
        <element name="conditionName" type="input" selector="#name"/>
        <element name="isActive" type="select" selector="#is_active"/>
        <element name="isHtml" type="select" selector="#is_html"/>
        <element name="mode" type="select" selector="#mode"/>
        <element name="storeView" type="multiselect" selector="#stores"/>
        <element name="checkboxText" type="input" selector="#checkbox_text"/>
        <element name="content" type="textarea" selector="#content"/>
        <element name="contentHeight" type="input" selector="#content_height"/>
    </section>
</sections>
