I want to add new item on menu on Moodle mobile 3.5 to make new plugin
I have tried many way, but it not affected.
i tried to added into core\mainmenu\pages\menu\menu.html, but i clicked it show "Invalid link: item":
<core-ion-tab root="item" [tabTitle]="'item' | translate" tabIcon="icon"></core-ion-tab>
So, how to i can add new item to menu?