You are adding a new menu item to the admin backend which will link to a custom backend page. The declaration of the rou
Posted: Sat Aug 20, 2022 7:54 am
You are adding a new menu item to the admin backend which will link to a custom backend page.
The declaration of the route:
What do you specify as the menu item action attribute value so it links to /admin/mycompany/mymodule/?
A. action=ג€adminhtml/mycompany/mymodule/ג€
B. action=ג€admin/mycompany/mymodule/ג€
C. It is not possible without extending the adminhtml route in routes.xml
D. action=ג€mycompany/mymodule/ג€
The declaration of the route:
What do you specify as the menu item action attribute value so it links to /admin/mycompany/mymodule/?
A. action=ג€adminhtml/mycompany/mymodule/ג€
B. action=ג€admin/mycompany/mymodule/ג€
C. It is not possible without extending the adminhtml route in routes.xml
D. action=ג€mycompany/mymodule/ג€