fix(admin): add recaptcha-settings to settings group in dashboard

This commit is contained in:
FrankZamora
2026-01-08 17:13:28 -06:00
parent d135ec8a41
commit cfa2905722

View File

@@ -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']
],
];