PHPackages                             arnaudbagnis/acf-gutenberg-custom-block - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. arnaudbagnis/acf-gutenberg-custom-block

ActivePackage[Framework](/categories/framework)

arnaudbagnis/acf-gutenberg-custom-block
=======================================

Acf Gutenberg custom Block for Lumberjack Framework

1601↓50%PHP

Since May 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/arnaudbagnis/acf-gutenberg-custom-block)[ Packagist](https://packagist.org/packages/arnaudbagnis/acf-gutenberg-custom-block)[ RSS](/packages/arnaudbagnis-acf-gutenberg-custom-block/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Acf Gutenberg Custom Block for Lumberjack
=========================================

[](#acf-gutenberg-custom-block-for-lumberjack)

This package provides a custom block creation functionality for the[ Lumberjack](https://lumberjack.rareloop.com/ " Lumberjack") theme with the help of [ACF Pro plugin](https://www.advancedcustomfields.com/pro/ "ACF Pro plugin"). It includes a Provider and an AbstractBlock class that allows you to create custom blocks quickly and easily.

Installation
------------

[](#installation)

To use this package, you need to have ACF Pro installed and activated in your project. You can install this package via composer by running the following command:

`composer require arnaudbagnis/acf-gutenberg-custom-block `

Usage
-----

[](#usage)

Create a new block in your theme's block directory by extending the AbstractBlock class provided by this package. Here is an example:

```
