WP Manifestindependent plugin directory
manifest / editor / blockparty-key-figure

Blockparty Key Figure

A modular key figure gutenberg block.

by Be API Technical team · github.com/beapi/blockparty-key-figure

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/beapi/blockparty-key-figure/archive/refs/heads/develop.zip

Readme

=== Key Figure Block === Contributors: beapi, candrietti Tags: block, key, figure, gutenberg Tested up to: 6.5 Stable tag: 1.1.1 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html

Gutenberg key figure block

== Description ==

A modular key figure gutenberg block.

This block allow to set a prefix, suffix and a number. It's possible to change the color and background of the block, text alignment...

== Installation ==

  1. Upload the plugin files to the /wp-content/plugins/blockparty-key-figure directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress

== Screenshots ==

  1. Block configuration in columns block

== Changelog ==

= 1.0.0 - 2024-04-02 =

  • Initial plugin release

= 1.0.1 - 2024-04-03 =

  • Fix plugin internal version

= 1.0.2 - 2024-06-06 =

  • Add support for PHP 8.2

= 1.0.3 - 2024-06-10 =

  • Fix composer name (from blockparty/key-figure to beapi/blockparty-key-figure)

= 1.0.4 - 2025-06-11 =

  • Move number formatting to JavaScript and save unformatted numbers.

= 1.1.0 - 2026-02-16 =

  • Markup change: __key wrapper was div, now p (a11y/semantic)

= 1.1.1 - 2026-09-04 =

  • Add block example.
  • Move suffix attribute after number control for UX improvment

Read the full README on GitHub →