mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CookieWarning
synced 2024-11-14 09:54:46 +00:00
Merge "Use the short hooks definition in extension.json"
This commit is contained in:
commit
45d70926ed
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue