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,40 +132,58 @@
|
|||
],
|
||||
"callback": "ScribuntoHooks::onRegistration",
|
||||
"config": {
|
||||
"ScribuntoDefaultEngine": "luaautodetect",
|
||||
"ScribuntoEngineConf": {
|
||||
"luasandbox": {
|
||||
"class": "Scribunto_LuaSandboxEngine",
|
||||
"memoryLimit": 52428800,
|
||||
"cpuLimit": 7,
|
||||
"profilerPeriod": 0.02,
|
||||
"allowEnvFuncs": false,
|
||||
"maxLangCacheSize": 30
|
||||
},
|
||||
"luastandalone": {
|
||||
"class": "Scribunto_LuaStandaloneEngine",
|
||||
"errorFile": null,
|
||||
"luaPath": null,
|
||||
"memoryLimit": 52428800,
|
||||
"cpuLimit": 7,
|
||||
"allowEnvFuncs": false,
|
||||
"maxLangCacheSize": 30
|
||||
},
|
||||
"luaautodetect": {
|
||||
"factory": "Scribunto_LuaEngine::newAutodetectEngine"
|
||||
},
|
||||
"_merge_strategy": "array_plus_2d"
|
||||
"ScribuntoDefaultEngine": {
|
||||
"value": "luaautodetect"
|
||||
},
|
||||
"ScribuntoUseGeSHi": true,
|
||||
"ScribuntoUseCodeEditor": true,
|
||||
"ScribuntoGatherFunctionStats": false,
|
||||
"ScribuntoSlowFunctionThreshold": 0.9
|
||||
"ScribuntoEngineConf": {
|
||||
"value": {
|
||||
"luasandbox": {
|
||||
"class": "Scribunto_LuaSandboxEngine",
|
||||
"memoryLimit": 52428800,
|
||||
"cpuLimit": 7,
|
||||
"profilerPeriod": 0.02,
|
||||
"allowEnvFuncs": false,
|
||||
"maxLangCacheSize": 30
|
||||
},
|
||||
"luastandalone": {
|
||||
"class": "Scribunto_LuaStandaloneEngine",
|
||||
"errorFile": null,
|
||||
"luaPath": null,
|
||||
"memoryLimit": 52428800,
|
||||
"cpuLimit": 7,
|
||||
"allowEnvFuncs": false,
|
||||
"maxLangCacheSize": 30
|
||||
},
|
||||
"luaautodetect": {
|
||||
"factory": "Scribunto_LuaEngine::newAutodetectEngine"
|
||||
}
|
||||
},
|
||||
"merge_strategy": "array_plus_2d"
|
||||
},
|
||||
"ScribuntoUseGeSHi": {
|
||||
"value": true
|
||||
},
|
||||
"ScribuntoUseCodeEditor": {
|
||||
"value": true
|
||||
},
|
||||
"ScribuntoGatherFunctionStats": {
|
||||
"value": false
|
||||
},
|
||||
"ScribuntoSlowFunctionThreshold": {
|
||||
"value": 0.9
|
||||
}
|
||||
},
|
||||
"TemplateSandboxEditNamespaces": [
|
||||
828
|
||||
],
|
||||
"TemplateStylesNamespaces": [
|
||||
828
|
||||
],
|
||||
"manifest_version": 1
|
||||
"attributes": {
|
||||
"TemplateSandbox": {
|
||||
"EditNamespaces": [
|
||||
828
|
||||
]
|
||||
},
|
||||
"TemplateStyles": {
|
||||
"Namespaces": [
|
||||
828
|
||||
]
|
||||
}
|
||||
},
|
||||
"manifest_version": 2
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue