mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
AgilelabFr CAPTCHA Bundle (#1758)
* AgilelabFr CAPTCHA Bundle * AgilelabFr CAPTCHA Bundle - case sensitive config
This commit is contained in:
@@ -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'
|
||||
@@ -0,0 +1,2 @@
|
||||
agilelab_fr_captcha_bundle.routes:
|
||||
resource: '@AgilelabFrCaptchaBundle/config/routes.yaml'
|
||||
8
agilelab-fr/captcha-bundle/1.0/manifest.json
Normal file
8
agilelab-fr/captcha-bundle/1.0/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"AgilelabFr\\CaptchaBundle\\AgilelabFrCaptchaBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user