Skip to content

Commit 86fa8e8

Browse files
author
Joey Bouten
committedAug 8, 2022
[TASK] Enable recaptcha field by default so extension works out of the box [TehTux#31]
1 parent 114fa8d commit 86fa8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Configuration/Yaml/ReCaptcha/BaseSetup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ TYPO3:
1717
10: 'TYPO3.CMS.Form.mixins.formElementMixins.JhCaptchaRecaptchaMixin'
1818
renderingOptions:
1919
_isHiddenFormElement: true
20-
enabled: false
20+
enabled: true
2121
validatorsDefinition:
2222
JhCaptchaRecaptcha:
2323
implementationClassName: 'Haffner\JhCaptcha\Validation\Validator\ReCaptchaValidator'

0 commit comments

Comments
 (0)
Please sign in to comment.