<?xml version="1.0"?>
<!--
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_CustomerAttributes
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="admin-2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
        <referenceContainer name="content">
            <block class="Bss\CustomerAttributes\Block\Adminhtml\Attribute\Edit" name="customerattribute_attribute_edit"/>
        </referenceContainer>
         <referenceContainer name="left">
            <block class="Bss\CustomerAttributes\Block\Adminhtml\Attribute\Edit\Tabs" name="attribute_edit_tabs">
                <container label="Main" name="main">
                    <block class="Bss\CustomerAttributes\Block\Adminhtml\Attribute\Edit\Tab\Main" as="base"/>
                    <block class="Bss\CustomerAttributes\Block\Adminhtml\Attribute\Edit\Options\Options" as="advanced"/>
                    <block class="Bss\CustomerAttributes\Block\Adminhtml\Attribute\Edit\Tab\Advanced" as="options"/>
                </container>
                <block class="Bss\CustomerAttributes\Block\Adminhtml\Attribute\Edit\Options\Labels" as="labels"/>
                <block class="Bss\CustomerAttributes\Block\Adminhtml\Attribute\Edit\Tab\Front" as="front"/>
                <block class="Bss\CustomerAttributes\Block\Adminhtml\Relation" as="relation" />
            </block>
        </referenceContainer>
         <referenceContainer name="js">
          <block class="Bss\CustomerAttributes\Block\Adminhtml\EditJs" name="attribute_edit_js" template="Bss_CustomerAttributes::customer/attribute/js.phtml"/>
        </referenceContainer>
    </body>
</page>
