Update manifest_version to version 2

Change-Id: Ied0149f8d23bbc50d9f84736e44e1079f2b7d7ab
This commit is contained in:
Reedy 2019-06-10 20:42:04 +01:00
parent 88be4ec461
commit e4a59833b7

View file

@ -132,40 +132,58 @@
], ],
"callback": "ScribuntoHooks::onRegistration", "callback": "ScribuntoHooks::onRegistration",
"config": { "config": {
"ScribuntoDefaultEngine": "luaautodetect", "ScribuntoDefaultEngine": {
"ScribuntoEngineConf": { "value": "luaautodetect"
"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": true, "ScribuntoEngineConf": {
"ScribuntoUseCodeEditor": true, "value": {
"ScribuntoGatherFunctionStats": false, "luasandbox": {
"ScribuntoSlowFunctionThreshold": 0.9 "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": [ "attributes": {
828 "TemplateSandbox": {
], "EditNamespaces": [
"TemplateStylesNamespaces": [ 828
828 ]
], },
"manifest_version": 1 "TemplateStyles": {
"Namespaces": [
828
]
}
},
"manifest_version": 2
} }