<?xml version="1.0"?>
<!--
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_ProductLabels
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/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">
    <update handle="editor"/>
    <head>
        <script src="Mageplaza_Core::js/jscolor.min.js"/>
        <link src="https://fonts.googleapis.com/css?family=Roboto" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Lato" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Roboto+Condensed" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Oswald" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Slabo+27px" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Merriweather" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Raleway" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Ubuntu" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Poppins" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Lora" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Roboto+Mono" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Roboto+Slab" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Playfair+Display" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Montserrat" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=PT+Sans" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Titillium+Web" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Muli" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Fira+Sans" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=PT+Sans+Narrow" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Nunito" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Noto+Serif" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Inconsolata" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Nanum+Gothic" src_type="url" rel="stylesheet"/>
        <link src="https://fonts.googleapis.com/css?family=Crimson+Text" src_type="url" rel="stylesheet"/>
    </head>
    <body>
        <referenceContainer name="content">
            <block class="Mageplaza\ProductLabels\Block\Adminhtml\Rule\Edit" name="mpproductlabels_rule_edit"/>
        </referenceContainer>
        <referenceContainer name="left">
            <block class="Mageplaza\ProductLabels\Block\Adminhtml\Rule\Edit\Tabs" name="mpproductlabels_rule_tabs">
                <block class="Mageplaza\ProductLabels\Block\Adminhtml\Rule\Edit\Tab\General" name="mpproductlabels_rule_edit_tab_general"/>
                <block class="Mageplaza\ProductLabels\Block\Adminhtml\Rule\Edit\Tab\Conditions" name="mpproductlabels_rule_edit_tab_conditions"/>
                <block class="Mageplaza\ProductLabels\Block\Adminhtml\Rule\Edit\Tab\Design" name="mpproductlabels_rule_edit_tab_design"/>
                <action method="addTab">
                    <argument name="name" xsi:type="string">general</argument>
                    <argument name="block" xsi:type="string">mpproductlabels_rule_edit_tab_general</argument>
                </action>
                <action method="addTab">
                    <argument name="name" xsi:type="string">conditions</argument>
                    <argument name="block" xsi:type="string">mpproductlabels_rule_edit_tab_conditions</argument>
                </action>
                <action method="addTab">
                    <argument name="name" xsi:type="string">design</argument>
                    <argument name="block" xsi:type="string">mpproductlabels_rule_edit_tab_design</argument>
                </action>
            </block>
        </referenceContainer>
    </body>
</page>