How to automaticaly update all dynamic zones

System Information
  • Strapi Version: 4.6.1
  • Operating System: alpine linux
  • Database: mysql
  • Node Version: 18
  • NPM Version:
  • Yarn Version:

Hi all,
i have built in strapi components and in single types i have dynamic zones.
my problem is if i create a new component, i needed to update all the dynamic zones manually and add this new component.

is there any way to automatically update all dynamiczones with all components ?

thanks

best regards

Edit the schema directly in your src/api/"content-type" folders
If it’s the same dynamic zone across multiple content types, find and replace.

Restart your server once you’ve done this.