hi @ukstudio,
i had the same issue and while waiting for a real update by Elliot, i made a plugin to synchronize ACF Fields groups, you might want to give it a try !
https://github.com/FreshFlesh/ACF-Sync
That’s cool ! I was too lazy to write a UI for this..
Do you have this code available somewhere ? Or as a plugin ? That would be great to see !
Hi,
i set up a little tool so sync up fields from JSON for developers, while it will keep reading it from JSON in production environment.
You basically just need to update the field version constant whenever you update a field group, and next time someone pull code from your repo, fields from JSON are imported back in DB for further editing.
check it here : https://gist.github.com/FreshFlesh/54fc4296fda3de4f4f52
any improvement to this workflow would be appreciated 🙂