summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/ConfirmEdit/QuestyCaptcha/extension.json
blob: 88284d691db02fd59c777ef3b0d43c32254c96f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"name": "QuestyCaptcha",
	"MessagesDirs": {
		"QuestyCaptcha": [
			"i18n"
		]
	},
	"AutoloadClasses": {
		"QuestyCaptcha": "QuestyCaptcha.class.php"
	},
	"config": {
		"CaptchaClass": "QuestyCaptcha",
		"CaptchaQuestions": []
	},
	"manifest_version": 1
}