summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/ConfirmEdit/ReCaptcha/extension.json
blob: e3a4f128c7cf108e8f56bb769f6f60216d034d85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
	"name": "ReCaptcha",
	"ExtensionFunctions": [
		"ConfirmEditHooks::efReCaptcha"
	],
	"MessagesDirs": {
		"ReCaptcha": [
			"i18n"
		]
	},
	"AutoloadClasses": {
		"ReCaptcha": "ReCaptcha.class.php",
		"HTMLReCaptchaField": "HTMLReCaptchaField.php",
		"HTMLSubmittedValueField": "HTMLSubmittedValueField.php",
		"ReCaptchaAuthenticationRequest": "ReCaptchaAuthenticationRequest.php"
	},
	"config": {
		"CaptchaClass": "ReCaptcha",
		"ReCaptchaPublicKey": "",
		"ReCaptchaPrivateKey": "",
		"ReCaptchaTheme": "red"
	},
	"callback": "ConfirmEditHooks::onReCaptchaSetup",
	"manifest_version": 1
}