mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-15 11:59:54 +00:00
Merge "Add MediaWiki version requirement to extension.json"
This commit is contained in:
commit
74afdcab73
|
@ -11,6 +11,9 @@
|
|||
"descriptionmsg": "pfunc_desc",
|
||||
"license-name": "GPL-2.0",
|
||||
"type": "parserhook",
|
||||
"requires": {
|
||||
"MediaWiki": ">= 1.25.0"
|
||||
},
|
||||
"config": {
|
||||
"PFEnableStringFunctions": false,
|
||||
"PFStringLengthLimit": 1000
|
||||
|
|
Loading…
Reference in a new issue