summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/ConfirmEdit/ReCaptchaNoCaptcha/extension.json
blob: 23bbf5ac3e484e02422af5ed30a22a6b26e978ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"name": "ReCaptchaNoCaptcha",
	"MessagesDirs": {
		"ReCaptchaNoCaptcha": [
			"i18n"
		]
	},
	"AutoloadClasses": {
		"ReCaptchaNoCaptcha": "ReCaptchaNoCaptcha.class.php",
		"HTMLReCaptchaNoCaptchaField": "HTMLReCaptchaNoCaptchaField.php",
		"ReCaptchaNoCaptchaAuthenticationRequest": "ReCaptchaNoCaptchaAuthenticationRequest.php"
	},
	"config": {
		"CaptchaClass": "ReCaptchaNoCaptcha",
		"ReCaptchaSiteKey": "",
		"ReCaptchaSecretKey": "",
		"ReCaptchaSendRemoteIP": false
	},
	"manifest_version": 1
}