No way to extend admin panel?

is there any way to inject components in header except that node_modules file changes and listView injectionZones is ther any proper way yet ? i want to show some analytics above listView on admin panel and i think in v4 we cannot extend admin panel let me know if theres a way

System Information
  • Strapi Version: 4.3.8
  • Operating System: windows 10
  • Database: postgres
  • Node Version: 16.13.2
  • NPM Version: 8.1.2
  • Yarn Version:

Customization of existing admin panel components is limited compared to Strapi v3.

Without having fully understood your use case, patch-package for simple modifications might be an option for you (altough I would personally advise against it because there is danger of creating an unmaintanable mess), or you could create a plugin which extends the admin panel.

1 Like