sidebar menu in school admin

how to add new setting page in sidebar menu in school admin. How to find manifest.php file any module how

Hi Vishal,

Menu entries in the sidebar come from the database table gibbonAction: in new installs these are created from gibbon.php, and in updates they come from CHANGEDB.php. However, anything you add to the School Admin module yourself, might cause issues when you upgrade, as it might conflict with changes we make to the team. One way to avoid this is to contribute changes back to us via GitHub.

The manifest.php file is only used in additional modules, and so you won’t find it in core modules.

Cheers,

Ross