WP Manifestindependent plugin directory
manifest / editor / afca-blocks-library

AFCA Blocks Library

A collection of custom Gutenberg blocks for WordPress.

by André Amorim · github.com/andrefcamorim/afca-blocks-library · 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/andrefcamorim/afca-blocks-library/archive/refs/heads/main.zip

Readme

AFCA Blocks Library

A collection of custom Gutenberg blocks for WordPress.


Blocks

Block Description
Rank Math Breadcrumbs Renders the Rank Math breadcrumb trail inside the block editor
Shortcode for Template Parts Load template parts via shortcode directly in blocks
Link Group Group and display a set of styled links
Meta Field Output custom post meta fields in the editor
Share Post Socials Social sharing buttons block for posts and pages
Swiper Slider A fully featured slider block powered by Swiper.js

Requirements

  • WordPress 6.8 or higher
  • PHP 8.0 or higher

Installation

  1. Clone or download this repository into your /wp-content/plugins/ directory:
    git clone https://github.com/your-username/afca-blocks-library.git
  2. Activate the plugin through the Plugins menu in WordPress.
  3. The blocks will be available in the Gutenberg block inserter.

Development

# Install dependencies
npm install

# Start development build with file watcher
npm run start

# Production build
npm run build

Author

André Amorim


License

Licensed under the GPLv2 or later.


Changelog

2.0

  • Initial public release

Read the full README on GitHub →