From 7a32ad795582c08f3b3d6e9dbc04ebbeb48bcf41 Mon Sep 17 00:00:00 2001 From: AV <1021989+ArnaudV@users.noreply.github.com> Date: Tue, 20 Jan 2026 00:19:21 +0100 Subject: [PATCH] Add recipe for vuillaume-agency/symfony-turnstile 1.0 (#1926) --- .../config/packages/vuillaume_agency_turnstile.yaml | 5 +++++ vuillaume-agency/symfony-turnstile/1.0/manifest.json | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 vuillaume-agency/symfony-turnstile/1.0/config/packages/vuillaume_agency_turnstile.yaml create mode 100644 vuillaume-agency/symfony-turnstile/1.0/manifest.json diff --git a/vuillaume-agency/symfony-turnstile/1.0/config/packages/vuillaume_agency_turnstile.yaml b/vuillaume-agency/symfony-turnstile/1.0/config/packages/vuillaume_agency_turnstile.yaml new file mode 100644 index 00000000..42b7c574 --- /dev/null +++ b/vuillaume-agency/symfony-turnstile/1.0/config/packages/vuillaume_agency_turnstile.yaml @@ -0,0 +1,5 @@ +vuillaume_agency_turnstile: + key: '%env(TURNSTILE_KEY)%' + secret: '%env(TURNSTILE_SECRET)%' + enable: true + disable_submit_until_verified: false diff --git a/vuillaume-agency/symfony-turnstile/1.0/manifest.json b/vuillaume-agency/symfony-turnstile/1.0/manifest.json new file mode 100644 index 00000000..bf173e26 --- /dev/null +++ b/vuillaume-agency/symfony-turnstile/1.0/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "VuillaumeAgency\\TurnstileBundle\\VuillaumeAgencyTurnstileBundle": ["all"] + }, + "env": { + "TURNSTILE_KEY": "your-site-key", + "TURNSTILE_SECRET": "your-secret-key" + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}