generated from MokoConsulting/Template-Joomla
fix(installer): add MokoMenuRegistry for shared admin menu #23
Reference in New Issue
Block a user
Delete Branch "fix/add-menu-registry"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds the canonical
MokoMenuRegistry.phpto this component'sadmin/src/Installer/directory.This self-contained helper publishes admin menu items into the shared
#__mokosuite_menutable, enablingmod_mokosuiteclient_menuto render a unified sidebar without hardcoded per-extension maps.The file is dependency-free and self-healing (creates the table if missing), so extensions can install in any order.