<?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="AdminEditSourceGeneralSection">
        <element name="name" type="input" selector="input[name='general[name]']"/>
        <element name="code" type="input" selector="input[name='general[source_code]']"/>
        <element name="codeErrorMessage" type="text" selector="//input[@name='general[source_code]']//..//label"/>
        <element name="isEnabled" type="checkbox" selector="input[name='general[enabled]']"/>
        <element name="isEnabledLabel" type="text" selector="input[name='general[enabled]']+label"/>
        <element name="description" type="textarea" selector="textarea[name='general[description]']"/>
        <element name="latitude" type="input" selector="input[name='general[latitude]']"/>
        <element name="longitude" type="input" selector="input[name='general[longitude]']"/>
    </section>
</sections>
