Fix type in example config
This commit is contained in:
parent
fac87e9bb5
commit
f1b1f74348
|
@ -53,7 +53,7 @@ form:
|
||||||
# - name: g-recaptcha-response
|
# - name: g-recaptcha-response
|
||||||
# label: Captcha
|
# label: Captcha
|
||||||
# type: captcha
|
# type: captcha
|
||||||
# recatpcha_site_key: e32iojeoi32jeoi32jeoij32oiej32oiej3
|
# recaptcha_site_key: e32iojeoi32jeoi32jeoij32oiej32oiej3
|
||||||
# recaptcha_not_validated: 'Captcha not valid!'
|
# recaptcha_not_validated: 'Captcha not valid!'
|
||||||
# validate:
|
# validate:
|
||||||
# required: true
|
# required: true
|
||||||
|
@ -66,7 +66,7 @@ form:
|
||||||
|
|
||||||
process:
|
process:
|
||||||
# - captcha:
|
# - captcha:
|
||||||
# recatpcha_secret: ej32oiej23oiej32oijeoi32jeio32je
|
# recaptcha_secret: ej32oiej23oiej32oijeoi32jeio32je
|
||||||
- email:
|
- email:
|
||||||
subject: PLUGIN_COMMENTS.EMAIL_NEW_COMMENT_SUBJECT
|
subject: PLUGIN_COMMENTS.EMAIL_NEW_COMMENT_SUBJECT
|
||||||
body: "{% include 'forms/data.html.twig' %}"
|
body: "{% include 'forms/data.html.twig' %}"
|
||||||
|
|
Loading…
Reference in New Issue