PluginProbe
ElasticPress / 4.7.0
ElasticPress v4.7.0
5.3.5 5.3.4 3.6.5 3.6.6 4.0.0 4.0.1 4.1.0 4.2.0 4.2.1 4.2.2 4.3.0 4.3.1 4.4.0 4.4.1 4.5.0 4.5.1 4.5.2 4.6.0 4.6.1 4.7.0 4.7.1 4.7.2 5.0.0 5.0.1 5.0.2 All 108 releases
elasticpress / assets / js / blocks / comments / block.json

block.json in ElasticPress 4.7.0, at assets/js/blocks/comments/block.json

42 lines 809 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 2,
4 "name": "elasticpress/comments",
5 "title": "Search Comments",
6 "category": "elasticpress",
7 "description": "Let visitors search your site's comments.",
8 "textdomain": "elasticpress",
9 "attributes": {
10 "label": {
11 "default": "Search comments",
12 "type": "string"
13 },
14 "postTypes": {
15 "default": [],
16 "type": "array"
17 }
18 },
19 "supports": {
20 "color": {
21 "background": true,
22 "link": true,
23 "text": true
24 },
25 "html": false,
26 "position": {
27 "sticky": true
28 },
29 "spacing": {
30 "margin": true,
31 "padding": true
32 },
33 "typography": {
34 "fontSize": true,
35 "lineHeight": true
36 }
37 },
38 "editorScript": "elasticpress-comments-editor-script",
39 "script": "elasticpress-comments",
40 "style": "elasticpress-comments"
41 }
42