AgilelabFr CAPTCHA Bundle (#1758)

* AgilelabFr CAPTCHA Bundle

* AgilelabFr CAPTCHA Bundle - case sensitive config
This commit is contained in:
Agilelab.fr
2025-02-22 01:17:15 +01:00
committed by GitHub
parent 0e4bace902
commit 977697a18d
3 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
captcha_bundle:
width: 120
height: 40
length: 6
lines: 8
characters: 'ABCDEFGHJKLMNPQRSTUVWXYZ23456789'
case_sensitive: true
# Uncomment to render the twig block for captcha
#twig:
# form_themes:
# - '@AgilelabFrCaptcha/form/agilelab_fr_captcha.html.twig'

View File

@@ -0,0 +1,2 @@
agilelab_fr_captcha_bundle.routes:
resource: '@AgilelabFrCaptchaBundle/config/routes.yaml'

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"AgilelabFr\\CaptchaBundle\\AgilelabFrCaptchaBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}