mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
17 lines
1.0 KiB
YAML
17 lines
1.0 KiB
YAML
|
---
|
||
|
Name: app-api-captcha
|
||
|
---
|
||
|
SilverStripe\SpamProtection\Extension\FormSpamProtectionExtension:
|
||
|
default_spam_protector: UndefinedOffset\NoCaptcha\Forms\NocaptchaProtector
|
||
|
|
||
|
UndefinedOffset\NoCaptcha\Forms\NocaptchaField:
|
||
|
site_key: '6LfKgywaAAAAAH2VuHILbaNoUs0p0YZBNbNGyIsh' #Your site key (required)
|
||
|
secret_key: '6LfKgywaAAAAAJ0mxLSg1pZQIqui1gXSp2GGRKbY' #Your secret key (required)
|
||
|
verify_ssl: true #Allows you to disable php-curl's SSL peer verification by setting this to false (optional, defaults to true)
|
||
|
default_theme: 'light' #Default theme color (optional, light or dark, defaults to light)
|
||
|
default_type: 'image' #Default captcha type (optional, image or audio, defaults to image)
|
||
|
default_size: 'normal' #Default size (optional, normal, compact or invisible, defaults to normal)
|
||
|
default_badge: 'bottomright' #Default badge position (bottomright, bottomleft or inline, defaults to bottomright)
|
||
|
proxy_server: '' #Your proxy server address (optional)
|
||
|
proxy_auth: '' #Your proxy server authentication information (optional)
|