mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-24 00:05:00 +00:00
Update manifest_version to version 2
Change-Id: Ied0149f8d23bbc50d9f84736e44e1079f2b7d7ab
This commit is contained in:
parent
88be4ec461
commit
e4a59833b7
|
@ -132,8 +132,11 @@
|
||||||
],
|
],
|
||||||
"callback": "ScribuntoHooks::onRegistration",
|
"callback": "ScribuntoHooks::onRegistration",
|
||||||
"config": {
|
"config": {
|
||||||
"ScribuntoDefaultEngine": "luaautodetect",
|
"ScribuntoDefaultEngine": {
|
||||||
|
"value": "luaautodetect"
|
||||||
|
},
|
||||||
"ScribuntoEngineConf": {
|
"ScribuntoEngineConf": {
|
||||||
|
"value": {
|
||||||
"luasandbox": {
|
"luasandbox": {
|
||||||
"class": "Scribunto_LuaSandboxEngine",
|
"class": "Scribunto_LuaSandboxEngine",
|
||||||
"memoryLimit": 52428800,
|
"memoryLimit": 52428800,
|
||||||
|
@ -153,19 +156,34 @@
|
||||||
},
|
},
|
||||||
"luaautodetect": {
|
"luaautodetect": {
|
||||||
"factory": "Scribunto_LuaEngine::newAutodetectEngine"
|
"factory": "Scribunto_LuaEngine::newAutodetectEngine"
|
||||||
},
|
}
|
||||||
"_merge_strategy": "array_plus_2d"
|
},
|
||||||
},
|
"merge_strategy": "array_plus_2d"
|
||||||
"ScribuntoUseGeSHi": true,
|
},
|
||||||
"ScribuntoUseCodeEditor": true,
|
"ScribuntoUseGeSHi": {
|
||||||
"ScribuntoGatherFunctionStats": false,
|
"value": true
|
||||||
"ScribuntoSlowFunctionThreshold": 0.9
|
},
|
||||||
},
|
"ScribuntoUseCodeEditor": {
|
||||||
"TemplateSandboxEditNamespaces": [
|
"value": true
|
||||||
828
|
},
|
||||||
],
|
"ScribuntoGatherFunctionStats": {
|
||||||
"TemplateStylesNamespaces": [
|
"value": false
|
||||||
828
|
},
|
||||||
],
|
"ScribuntoSlowFunctionThreshold": {
|
||||||
"manifest_version": 1
|
"value": 0.9
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"attributes": {
|
||||||
|
"TemplateSandbox": {
|
||||||
|
"EditNamespaces": [
|
||||||
|
828
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"TemplateStyles": {
|
||||||
|
"Namespaces": [
|
||||||
|
828
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"manifest_version": 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue