0
votes

I want to create a manifest file, in which I want to set the default link when clicking on the menu, how should I phrase the link "anoption=avalue"?

<menu link="anoption=avalue">COM_EXAMPLE_SUBMENU_ANOPTION</menu>

Thank you!

1

1 Answers

2
votes

You have to go in this way :

<menu view="view_name">Text_To_Show_On_Menu_Link</menu>

Hope this will helps you.