From 860733432fe9fe43663f3dd599e52b37264cff6d Mon Sep 17 00:00:00 2001 From: Patrick Landolt Date: Sat, 4 Oct 2025 15:15:33 +0200 Subject: [PATCH] artack/recaptcha-enterprise-bundle (#1867) --- .../packages/artack_recaptcha_enterprise.yaml | 10 ++++++++++ .../recaptcha-enterprise-bundle/0.1/manifest.json | 13 +++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 artack/recaptcha-enterprise-bundle/0.1/config/packages/artack_recaptcha_enterprise.yaml create mode 100644 artack/recaptcha-enterprise-bundle/0.1/manifest.json diff --git a/artack/recaptcha-enterprise-bundle/0.1/config/packages/artack_recaptcha_enterprise.yaml b/artack/recaptcha-enterprise-bundle/0.1/config/packages/artack_recaptcha_enterprise.yaml new file mode 100644 index 00000000..317189ff --- /dev/null +++ b/artack/recaptcha-enterprise-bundle/0.1/config/packages/artack_recaptcha_enterprise.yaml @@ -0,0 +1,10 @@ +artack_recaptcha_enterprise: + enabled: true + project_id: '%env(ARTACK_RECAPTCHA_ENTERPRISE_PROJECT_ID)%' + site_key: '%env(ARTACK_RECAPTCHA_ENTERPRISE_SITE_KEY)%' + api_key: '%env(ARTACK_RECAPTCHA_ENTERPRISE_API_KEY)%' + min_score: 0.5 + +#when@dev: +# artack_recaptcha_enterprise: +# enabled: false diff --git a/artack/recaptcha-enterprise-bundle/0.1/manifest.json b/artack/recaptcha-enterprise-bundle/0.1/manifest.json new file mode 100644 index 00000000..f2633c64 --- /dev/null +++ b/artack/recaptcha-enterprise-bundle/0.1/manifest.json @@ -0,0 +1,13 @@ +{ + "bundles": { + "Artack\\RecaptchaEnterpriseBundle\\ArtackRecaptchaEnterpriseBundle": ["all"] + }, + "env": { + "ARTACK_RECAPTCHA_ENTERPRISE_PROJECT_ID": "", + "ARTACK_RECAPTCHA_ENTERPRISE_SITE_KEY": "", + "ARTACK_RECAPTCHA_ENTERPRISE_API_KEY": "" + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}