From cfa2905722786e9752374dee3bbacca0ebc1e71c Mon Sep 17 00:00:00 2001 From: FrankZamora Date: Thu, 8 Jan 2026 17:13:28 -0600 Subject: [PATCH] fix(admin): add recaptcha-settings to settings group in dashboard --- Admin/Infrastructure/Ui/ComponentGroupRegistry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/Infrastructure/Ui/ComponentGroupRegistry.php b/Admin/Infrastructure/Ui/ComponentGroupRegistry.php index 54eea99f..45458fdb 100644 --- a/Admin/Infrastructure/Ui/ComponentGroupRegistry.php +++ b/Admin/Infrastructure/Ui/ComponentGroupRegistry.php @@ -61,7 +61,7 @@ final class ComponentGroupRegistry 'label' => __('Configuración', 'roi-theme'), 'icon' => 'bi-gear', 'description' => __('Ajustes globales del tema y monetización', 'roi-theme'), - 'components' => ['theme-settings', 'adsense-placement', 'custom-css-manager'] + 'components' => ['theme-settings', 'adsense-placement', 'recaptcha-settings', 'custom-css-manager'] ], ];