Hi, is there a way for Dynamic Zone accordion to be opened by default ? I didn’t found anything about that in documentation. Thank you.
This is hard coded in the source code right now. I used the patch-package npm module to fix it.
Source you gotta patch:
1 Like
Thanks for your advice @starrett67! For any of those who try this on the local install, don’t forget to strapi build
your admin panel again for the change to take effect. It took me a minute of head scratching to remember that step