Add recipe for vuillaume-agency/symfony-turnstile 1.0 (#1926)

This commit is contained in:
AV
2026-01-20 00:19:21 +01:00
committed by GitHub
parent 3d1949e388
commit 7a32ad7955
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
vuillaume_agency_turnstile:
key: '%env(TURNSTILE_KEY)%'
secret: '%env(TURNSTILE_SECRET)%'
enable: true
disable_submit_until_verified: false

View File

@@ -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%/"
}
}