WP Manifestindependent plugin directory
manifest / developer / acf-agency-workflow

ACF Agency Workflow

A WordPress plugin for ACF. Create, move, distribute and sync your Field Groups as JSON.

by Tim Brugman · github.com/brugman/acf-agency-workflow · website

25stars
4forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/brugman/acf-agency-workflow/archive/refs/heads/develop.zip

From the readme

ACF Agency Workflow What do you get? Git your fields You already use git for collaboration and version control. Let's put your custom fields in Git! We've made the ACF JSON cache the source of truth by forcefully syncing them to your database when you load the Dashboard or Field Groups page. If you've added, modified or deleted a field, then you have something to commit. If you pulled in new, modified or deleted fields, then you have something to sync. Every developer on your team now works with the same Field Groups. Store your fields with your themes and plugins You already separate your website's looks from it's functionality (themes vs plugins). You can now do the same with your custom fields. For example: Store the header settings with your theme, the client's address fields with their core functionality plugin, and those API settings with your API plugin. Made a mistake? No problem. Edit the Field Group, choose a new location, save, and it's been moved. Requirements This plugin was developed with: - PHP 7.3 - WordPress 5.3.2 - Advanced Custom Fields PRO 5.8.7 Requirements may be lowered after proper testing. Installation 1. Back up any existing Field Groups as a pr

Read the full README on GitHub →