https://github.com/emrl/block-class-autocomplete
https://github.com/emrl/block-class-autocomplete
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrl/block-class-autocomplete
- Owner: EMRL
- Created: 2023-08-23T06:41:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T23:11:33.000Z (over 2 years ago)
- Last Synced: 2025-02-16T11:16:17.324Z (over 1 year ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
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