Add-ons
Decoupled Kit ACF Plugin
Installation
To install the Decoupled Kit ACF plugin, follow these steps:
- Log in to your WordPress dashboard.
- Go to Plugins in the left-hand menu.
- Find Decoupled Kit ACF in the list of installed plugins.
- Click the Activate button under the plugin's name.
The Advanced Custom Fields & WPGraphQL for Advanced Custom Fields plugins will also be activated since this plugin depends on them.
Usage
The Decoupled Kit ACF plugin provides an example ACF field group called Related Content. This field group will be created when the plugin is activated.
To view this custom field, create or edit any post. The post form will have a new field named Related Content. This field can be used to associate any other post with the current post.
All the required configuration for the Related Content advanced custom field group is configured so that it can be used in GraphQL queries.
Field groups registered via code are not visible in the Advanced Custom Fields admin page. As a result, the Related Content field group provided by the plugin will not display. More information can be found in the official documentation of Advanced Custom Fields.
Contributing
If you find a bug or have a feature request, please create an issue on the GitHub repository.