ACF theme config archived
Configure ACF for a theme. Made for WordPress.
by Trendwerk · github.com/trendwerk/acf-theme-config · website
★ 0stars
0forks
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/trendwerk/acf-theme-config/archive/refs/heads/master.zipReadme
ACF theme config
Configure ACF for a theme. Made for WordPress.
- Loads and saves ACF JSON files to
config/acfin 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.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.1.4 | Jan 12, 2021 |
| 0.1.3 | Jan 12, 2021 |
| 0.1.2 | Aug 5, 2016 |
| 0.1.1 | Mar 1, 2016 |
| 0.1.0 | Feb 25, 2016 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.