mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Add recipe for Cloudflare Turnstile bundle (#1447)
* + add recipe for Cloudflare Turnstile bundle * - fix qa tests * - fix qa * - fix qa * - fix qa
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
pixel_open_cloudflare_turnstile:
|
||||
key: "%env(TURNSTILE_KEY)%"
|
||||
secret: "%env(TURNSTILE_SECRET)%"
|
||||
14
pixelopen/cloudflare-turnstile-bundle/0.1/manifest.json
Normal file
14
pixelopen/cloudflare-turnstile-bundle/0.1/manifest.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"bundles": {
|
||||
"PixelOpen\\CloudflareTurnstileBundle\\PixelOpenCloudflareTurnstileBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"TURNSTILE_KEY": "3x00000000000000000000FF",
|
||||
"TURNSTILE_SECRET": "1x0000000000000000000000000000000AA"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
* The <fg=green>Cloudflare Turnstile Bundle</> is almost ready
|
||||
|
||||
* <fg=blue>Read</> the documentation at <comment>https://github.com/Pixel-Open/cloudflare-turnstile-bundle</>
|
||||
Reference in New Issue
Block a user