From 377076e60f49e40a2c3ec1455906b95c2e8e7498 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Tue, 23 Jun 2026 12:53:18 -0500 Subject: [PATCH] style(dashboard): show toggle switch for all configured plugins Toggle switch shown for any plugin with extension_id (installed). Protected plugins still show badge only. Unconfigured plugins show no switch or configure button. Removes configure_only logic. --- .../com_mokosuiteclient/admin/tmpl/dashboard/default.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/source/packages/com_mokosuiteclient/admin/tmpl/dashboard/default.php b/source/packages/com_mokosuiteclient/admin/tmpl/dashboard/default.php index c627f3a7..48ed0fbe 100644 --- a/source/packages/com_mokosuiteclient/admin/tmpl/dashboard/default.php +++ b/source/packages/com_mokosuiteclient/admin/tmpl/dashboard/default.php @@ -195,11 +195,7 @@ $actionLogsEnabled = Joomla\CMS\Component\ComponentHelper::isEnabled('com_action
protected): ?> - configure_only): ?> - - enabled ? Text::_('COM_MOKOSUITECLIENT_ENABLED') : Text::_('COM_MOKOSUITECLIENT_DISABLED'); ?> - - + extension_id): ?>
- type === 'plugin'): ?> + extension_id && $plugin->type === 'plugin'): ?>