mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
DEV: add FontAwesome 6 upgrade to deprecation warnings handler (#30760)
Our test suite now shows no deprecation counts from official themes/plugins for the FA6 upgrade, and we've done a few rounds of removing these in direct references & known settings, so it's time to enable the admin banner.
This commit is contained in:
@ -21,6 +21,7 @@ export const CRITICAL_DEPRECATIONS = [
|
||||
"discourse.plugin-outlet-parent-view",
|
||||
"discourse.d-button-action-string",
|
||||
"discourse.post-menu-widget-overrides",
|
||||
"discourse.fontawesome-6-upgrade",
|
||||
];
|
||||
|
||||
if (DEBUG) {
|
||||
|
Reference in New Issue
Block a user