Convert to manifest_version 2
Bug: T252470 Change-Id: Ib2ac6c621a236974d98bff80436d4bfd4aea95d1
This commit is contained in:
parent
fb1123196d
commit
69290479e0
|
@ -19,6 +19,7 @@
|
|||
},
|
||||
"config": {
|
||||
"ContactConfig": {
|
||||
"value": {
|
||||
"default": {
|
||||
"RecipientUser": null,
|
||||
"SenderEmail": null,
|
||||
|
@ -37,6 +38,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"callback": "SpecialContact::onRegistration",
|
||||
"SpecialPages": {
|
||||
|
@ -45,5 +47,8 @@
|
|||
"AutoloadClasses": {
|
||||
"SpecialContact": "includes/SpecialContact.php"
|
||||
},
|
||||
"manifest_version": 1
|
||||
"manifest_version": 2,
|
||||
"requires": {
|
||||
"MediaWiki": ">= 1.29.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue