Merge "Use the short hooks definition in extension.json"

This commit is contained in:
jenkins-bot 2016-09-17 22:27:47 +00:00 committed by Gerrit Code Review
commit 45d70926ed

View file

@ -14,18 +14,10 @@
]
},
"Hooks": {
"SkinTemplateOutputPageBeforeExec": [
"CookieWarningHooks::onSkinTemplateOutputPageBeforeExec"
],
"BeforePageDisplay": [
"CookieWarningHooks::onBeforePageDisplay"
],
"GetPreferences": [
"CookieWarningHooks::onGetPreferences"
],
"BeforeInitialize": [
"CookieWarningHooks::onBeforeInitialize"
]
"SkinTemplateOutputPageBeforeExec": "CookieWarningHooks::onSkinTemplateOutputPageBeforeExec",
"BeforePageDisplay": "CookieWarningHooks::onBeforePageDisplay",
"GetPreferences": "CookieWarningHooks::onGetPreferences",
"BeforeInitialize": "CookieWarningHooks::onBeforeInitialize"
},
"config": {
"CookieWarningEnabled": false,