trendwerk / acf-theme-config
Configure ACF for a theme. Made for WordPress.
Installs: 5 938
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:wordpress-muplugin
Requires
- php: >=5.4
- composer/installers: ~1
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.