-
-
Notifications
You must be signed in to change notification settings - Fork 648
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* AgilelabFr CAPTCHA Bundle * AgilelabFr CAPTCHA Bundle - case sensitive config indentation fix: alteis/hagreed-bundle/1.0/config/packages/alteis_hagreed.yaml alteis/hagreed-bundle/1.0/manifest.json AgilelabFr CAPTCHA Bundle (#1758) * AgilelabFr CAPTCHA Bundle * AgilelabFr CAPTCHA Bundle - case sensitive config indentation fix: alteis/hagreed-bundle/1.0/config/packages/alteis_hagreed.yaml alteis/hagreed-bundle/1.0/manifest.json
- Loading branch information
1 parent
fd7ffa7
commit 09a554a
Showing
5 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
agilelab-fr/captcha-bundle/1.0/config/packages/agilelab_fr_captcha.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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' |
2 changes: 2 additions & 0 deletions
2
agilelab-fr/captcha-bundle/1.0/config/routes/agilelab_fr_captcha.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
agilelab_fr_captcha_bundle.routes: | ||
resource: '@AgilelabFrCaptchaBundle/config/routes.yaml' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"bundles": { | ||
"AgilelabFr\\CaptchaBundle\\AgilelabFrCaptchaBundle": ["all"] | ||
}, | ||
"copy-from-recipe": { | ||
"config/": "%CONFIG_DIR%/" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
alteis_hagreed: | ||
token: '%env(HAGREED_TOKEN)%' | ||
token: '%env(HAGREED_TOKEN)%' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
"env": { | ||
"HAGREED_TOKEN": "" | ||
} | ||
} | ||
} |