trendwerk/acf-theme-config

Configure ACF for a theme. Made for WordPress.

Installs: 5 602

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:wordpress-muplugin

1.1.4 2021-01-12 09:17 UTC

This package is auto-updated.

Last update: 2024-03-25 15:17:36 UTC


README

Configure ACF for a theme. Made for WordPress.

  • Loads and saves ACF JSON files to config/acf in your theme (for VCS purposes)
  • Uses the WordPress WYSIWYG toolbars when using ACF's full editor

Installation

composer require trendwerk/acf-theme-config

ACF Pro

This plugin requires ACF Pro. It is not included with this installation. You need to configure the Advanced Custom Fields repository in your project:

"repositories": [
	{
	  "type": "package",
	  "package": {
	    "name": "advanced-custom-fields/advanced-custom-fields-pro",
	    "version": "<version>",
	    "type": "wordpress-plugin",
	    "dist": {
	      "type": "zip",
	      "url": "http://connect.advancedcustomfields.com/index.php?p=pro&a=download&k=<license-key>"
	    }
	  }
	}
]

You will need to specify the version and license key.