emrl/block-class-autocomplete

There is no license information available for the latest version (1.0.0) of this package.

Installs: 196

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:wordpress-plugin

pkg:composer/emrl/block-class-autocomplete

1.0.0 2023-09-01 21:53 UTC

This package is auto-updated.

Last update: 2025-09-18 23:43:10 UTC


README

=== Block Class Autocomplete ===
Contributors: EMRL, Corey Worrell
Tags: block, autocomplete, css, class
Tested up to: 6.3
Stable tag: 1.0.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Enables autocomplete for block classes in the Advanced tab.

== Description ==

Enables autocomplete for block classes in the Advanced tab.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/block-class-autocomplete` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
1. Utilize the `block-class-autocomplete/suggestions` filter to add your classes to the autocomplete field.

== Frequently Asked Questions ==

= What does this plugin do? =

It allows you to add CSS class suggestions to the "Additional CSS Class(es)" field in the Advanced tab of a block.

[View development repository and source code](https://github.com/EMRL/block-class-autocomplete)

== Screenshots ==

1. Example of the autocomplete suggestions for available CSS classes.

== Changelog ==

= 1.0.0 =
* Release