-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
36 lines (23 loc) · 1.1 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
=== 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