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
composer require trendwerk/acf-theme-config
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.