magento2-docker/app/code/IpSupply/SyncOrder/etc/adminhtml/menu.xml

33 lines
1.3 KiB
XML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0"?>
<config
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:IpSupply_SyncOrder:etc/menu.xsd"
>
<menu>
<add
id="IpSupply_SyncOrder::ipsupply"
title="Ip Supply"
module="IpSupply_SyncOrder"
sortOrder="51"
resource="IpSupply_SyncOrder::ipsupply"
/>
<add
module="IpSupply_SyncOrder"
parent="IpSupply_SyncOrder::ipsupply"
title="Sync Order"
sortOrder="10"
id="IpSupply_SyncOrder::config"
resource="IpSupply_SyncOrder::config"
action="syncorder/config/index"
/>
<!--
Parent: Value is the ID of the main menu. It specifies the sub menu belongs to parentory menu.
Action: Direct URL if clicking to the menu, as format [router_name]/[controller_name]/[action_name].
In our example, menu links with module Bss, controller Create and action Index
+ router_name: etc/adminhtml/routes.xml as route[id="router_name"]
+ controller_name: Controller/Adminhtml/[controller_name]/
+ action_name: Controller/Adminhtml/[controller_name]/[action_name].php
-->
</menu>
</config>