PHPackages                             humanmade/block-supports-extended - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. humanmade/block-supports-extended

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

humanmade/block-supports-extended
=================================

Block supports extension helpers

0.2.0(2y ago)134.0k↓24.4%1[1 issues](https://github.com/humanmade/block-supports-extended/issues)GPL-2.0-or-laterPHP

Since Jan 15Pushed 2y ago5 watchersCompare

[ Source](https://github.com/humanmade/block-supports-extended)[ Packagist](https://packagist.org/packages/humanmade/block-supports-extended)[ RSS](/packages/humanmade-block-supports-extended/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Block Supports Extended
=======================

[](#block-supports-extended)

- Tested up to: 6.3
- License: GPL-2.0-or-later

Helpers for extending built in block support features such as color options.

Description
-----------

[](#description)

To use the plugin you will need to activate it and then register your new block supports properties like so:

```
Block_Supports_Extended\register( 'color', 'quoteMarks', [
	'label' => __( 'Quote Marks' ),
	// Properties are translated to what the setting value is applied to,
	// for example, text will give ".selector { color: value }". This is
	// the same as the options available for the "color" block.json.
	'property' => 'text',
	// %s is replaced with a generated class name applied to the block.
	'selector' => '.%1$s blockquote::before, .%1$s blockquote::after',
	// Optional list of default blocks to add support for. This can
	// also be done via a block's block.json "supports" property, or
	// later using the Block_Supports_Extended\add_support() function.
	'blocks' => [
		'core/pullquote',
	],
] );
```

This will have the effect of extending the core quote block's `block.json` like so:

```
{
	"supports": {
		"color": {
			"quoteMarks": true
		}
	}
}
```

A "Quote Marks" option will be added to the default block colour settings. Everything else included CSS generation is then handled for you.

[![Extended color UI](./assets/screenshot-1.png)](./assets/screenshot-1.png)

Future Roadmap
--------------

[](#future-roadmap)

Currently only the `color` feature is supported, but we will likely extend this to `typography`, `border` etc…

Depending on the future direction of WordPress core which promises to make the styles engine more pluggable we may continue extending this or keep it limited.

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

[](#installation)

This section describes how to install the plugin and get it working.

e.g.

1. Upload the plugin files to the `/wp-content/plugins/block-supports-extended` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress

Changelog
---------

[](#changelog)

### 0.1.0

[](#010)

- Release

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

899d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/77dbeefb7745010589603f2ffc6ff310d8f700b58e08d52af190744c43342526?d=identicon)[roborourke](/maintainers/roborourke)

---

Top Contributors

[![roborourke](https://avatars.githubusercontent.com/u/23417?v=4)](https://github.com/roborourke "roborourke (5 commits)")

### Embed Badge

![Health badge](/badges/humanmade-block-supports-extended/health.svg)

```
[![Health](https://phpackages.com/badges/humanmade-block-supports-extended/health.svg)](https://phpackages.com/packages/humanmade-block-supports-extended)
```

###  Alternatives

[tonysm/tailwindcss-laravel

This package wraps up the standalone executable version of the Tailwind CSS framework.

26514.0k1](/packages/tonysm-tailwindcss-laravel)[spicyweb/craft-quick-field

Create Craft CMS fields on the fly while designing field layouts

10433.1k](/packages/spicyweb-craft-quick-field)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
