A Wordpress plugin that helps import and export ACF configurations to JSON for version management integration.
This plugin is intended for use with ThinkShout's Base Assets, Wordpress Starter, and Wordpress Starter Theme.
In particular, the paths used for finding and saving json files based on an individual ACF configuration are specific to the patterns established in the Base Assets and WP Starter Theme above.
Add to your composer.json file's "repositories" section:
{
"type": "vcs",
"url": "https://github.com/thinkshout/acf-sync"
},
- Install this plugin using composer
composer require thinkshout/acf-sync
- Enable the plugin in the WP UI
- Create or edit an ACF configuration. It should save automatically to the appropriate location in the theme.