-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmenu.xml
31 lines (28 loc) · 1.75 KB
/
menu.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<!-- @author Artemii Karkusha -->
<!-- @copyright Copyright (c) (https://www.linkedin.com/in/artemiy-karkusha/) -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd">
<menu>
<!--[1.1]-->
<add id="ArtemiiKarkusha_AdobeCommercePreparingToCertification::menu"
title="Custom Module Menu"
module="ArtemiiKarkusha_AdobeCommercePreparingToCertification"
sortOrder="10"
resource="ArtemiiKarkusha_AdobeCommercePreparingToCertification::menu"/>
<add id="ArtemiiKarkusha_AdobeCommercePreparingToCertification::view"
title="View"
module="ArtemiiKarkusha_AdobeCommercePreparingToCertification"
sortOrder="10"
parent="ArtemiiKarkusha_AdobeCommercePreparingToCertification::menu"
action="preparingtocertification/view/index"
resource="ArtemiiKarkusha_AdobeCommercePreparingToCertification::view"/>
<!--delivery services 1.2-->
<add id="ArtemiiKarkusha_AdobeCommercePreparingToCertification::delivery_service_management" sortOrder="50"
title="Delivery Service Management" module="ArtemiiKarkusha_AdobeCommercePreparingToCertification"
parent="ArtemiiKarkusha_AdobeCommercePreparingToCertification::menu"
resource="ArtemiiKarkusha_AdobeCommercePreparingToCertification::delivery_service_management"
translate="title" action="delivery_service/deliveryservice/index"
dependsOnConfig="delivery_service_management/examples_of_all_field_types/field_type_is_select_yesno"/>
</menu>
</config>