Customize Save button in content-manager plugin

System Information
  • Strapi Version: 3.6.3
  • Operating System: Ubuntu 20.04
  • Database: postgres
  • Node Version: >=10.16.0 <=14.x.x
  • NPM Version: >=6.0.0
  • Yarn Version:

I need to customize the save button in the top right of the screen to do an additional work in another database but I didn’t find the file to change.

./node_modules/strapi-plugin-content-manager/admin/src/containers/EditView/Header/index.js

BUT, I would not recommend to modify it with extensions. Since you will have conflicts with feature updates.

As you said, you need to do additional work in another database, in that case you can use lifecycles.

Thank you very much, I’ll go for the other solution, as it is more reliable and straightforward.
Thanks again.