mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CookieWarning
synced 2024-12-04 02:29:06 +00:00
Merge "Use the short hooks definition in extension.json"
This commit is contained in:
commit
45d70926ed
|
@ -14,18 +14,10 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Hooks": {
|
"Hooks": {
|
||||||
"SkinTemplateOutputPageBeforeExec": [
|
"SkinTemplateOutputPageBeforeExec": "CookieWarningHooks::onSkinTemplateOutputPageBeforeExec",
|
||||||
"CookieWarningHooks::onSkinTemplateOutputPageBeforeExec"
|
"BeforePageDisplay": "CookieWarningHooks::onBeforePageDisplay",
|
||||||
],
|
"GetPreferences": "CookieWarningHooks::onGetPreferences",
|
||||||
"BeforePageDisplay": [
|
"BeforeInitialize": "CookieWarningHooks::onBeforeInitialize"
|
||||||
"CookieWarningHooks::onBeforePageDisplay"
|
|
||||||
],
|
|
||||||
"GetPreferences": [
|
|
||||||
"CookieWarningHooks::onGetPreferences"
|
|
||||||
],
|
|
||||||
"BeforeInitialize": [
|
|
||||||
"CookieWarningHooks::onBeforeInitialize"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"CookieWarningEnabled": false,
|
"CookieWarningEnabled": false,
|
||||||
|
|
Loading…
Reference in a new issue