From 9d1b6d01a4a93c8f4eb6acc85c08cb3d10984744 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Tue, 2 Jun 2026 09:14:57 -0500 Subject: [PATCH] fix: move cpanel module to icon position for top-of-dashboard rendering [skip ci] Joomla's cpanel view renders quickicon (icon position) modules above regular cpanel modules. Changed from position=cpanel to position=icon so MokoWaaS appears at the very top of the admin dashboard. Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) --- src/script.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script.php b/src/script.php index fd5cc7d8..a10d6004 100644 --- a/src/script.php +++ b/src/script.php @@ -473,7 +473,7 @@ class Pkg_MokowaasInstallerScript 'note' => '', 'content' => '', 'ordering' => 0, - 'position' => 'cpanel', + 'position' => 'icon', 'checked_out' => null, 'checked_out_time' => null, 'publish_up' => null,