forked from Automattic/blocks-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
49 lines (34 loc) · 1.19 KB
/
Copy pathreadme.txt
File metadata and controls
49 lines (34 loc) · 1.19 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
=== Plugin Name ===
Contributors: johnny5, automattic
Tags: gutenberg, comments
Requires at least: 5.8
Tested up to: 5.8
Stable tag: trunk
Requires PHP: 5.6
License: GPLv3
Replaces the standard WordPress comment editor with Gutenberg.
== Description ==
Features:
- list of blocks is determined by the list of allowed comment tags
- block processing is run on comments on the front-end
- Gutenberg is used on the comment edit page, if a comment has blocks
This is primarily to demonstrate how to use the `IsolatedBlockEditor` outside of editing WordPress posts, but within the WordPress environment.
Gutenberg is not bundled and instead is side-loaded from WordPress.
== Installation ==
The plugin is simple to install:
1. Download `gutenberg-comments.zip`
1. Unzip
1. Upload `gutenberg-comments` directory to your `/wp-content/plugins` directory
1. Go to the plugin management page and enable the plugin
1. Configure the options from the `Tools/Redirection` page
== Screenshots ==
1. Gutenberg in a comment form
2. Gutenberg when editing a comment
= 1.2.1 =
* Fix bbPress error 'your reply cannot be empty'
= 1.2.0 =
* Support Gutenberg 11.1.0
= 1.1.0 =
* Support Gutenberg 10.6.0
= 1.0 =
* First release