Skip to content

An example on how to use WPEmerge with ACF to create new Gutenberg blocks

Notifications You must be signed in to change notification settings

mpdevcl/gutenberg-service-provider

Repository files navigation

Gutenberg Service Provider

Implementation of the WPEmerge framework to generate new Gutenberg blocks with Advanced Custom Fields.

Installation

You can directly clone this repository inside your WordPress theme folder, in case you have not previously installed WPEmerge.

Then copy the contents of the functions-example.php file to the beginning of your functions.php file.

If you already had WPEmerge installed or are using its starter, you must do the following:

  1. Copy the GutenbergServiceProvider.php file to the app/src/WordPress folder

  2. Edit the app/config.php file and add the following to the providers configuration array:

'providers' => [
	\App\WordPress\GutenbergServiceProvider::class,
],

About

An example on how to use WPEmerge with ACF to create new Gutenberg blocks

Topics

Resources

Stars

Watchers

Forks

Languages