mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 11:19:51 +00:00
DEV: Silence header upgrade deprecations for now (#25947)
We'll unsilence once we've published a clear upgrade path.
This commit is contained in:
parent
9acb4f55f2
commit
53069fcb8e
@ -18,5 +18,13 @@ globalThis.deprecationWorkflow.config = {
|
|||||||
handler: "silence",
|
handler: "silence",
|
||||||
matchId: "deprecate-implicit-route-model",
|
matchId: "deprecate-implicit-route-model",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
handler: "silence",
|
||||||
|
matchId: "discourse.add-header-panel",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
handler: "silence",
|
||||||
|
matchId: "discourse.header-widget-overrides",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user