Skip to main content

Add-ons

Decoupled Kit ACF Plugin

Installation

To install the Decoupled Kit ACF plugin, follow these steps:

  1. Log in to your WordPress dashboard.
  2. Go to Plugins in the left-hand menu.
  3. Find Decoupled Kit ACF in the list of installed plugins.
  4. Click the Activate button under the plugin's name.
note

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.

note

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.