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 000000000..42b7c5747 --- /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 000000000..bf173e267 --- /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%/" + } +}