PluginProbe
Parse.ly / 3.8.4
Parse.ly v3.8.4
3.24.1 3.24.0 3.23.7 3.23.6 3.23.5 3.23.4 3.23.3 3.16.0 3.16.1 3.16.2 3.16.3 3.16.4 3.17.0 3.18.0 3.18.1 3.19.0 3.19.1 3.19.2 3.19.3 3.2.0 3.2.1 3.20.0 3.20.1 3.20.2 3.20.3 All 105 releases
wp-parsely / src / blocks / recommendations / block.json

block.json in Parse.ly 3.8.4, at src/blocks/recommendations/block.json

46 lines 848 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/wp/5.9/block.json",
3 "apiVersion": 2,
4 "name": "wp-parsely/recommendations",
5 "title": "Parse.ly Recommendations",
6 "category": "widgets",
7 "textdomain": "wp-parsely",
8 "supports": {
9 "html": false
10 },
11 "attributes": {
12 "boost": {
13 "type":"string",
14 "default": "views"
15 },
16 "imagestyle": {
17 "type": "string",
18 "default": "original"
19 },
20 "limit": {
21 "type": "number",
22 "default": 3
23 },
24 "openlinksinnewtab": {
25 "type": "boolean",
26 "default": false
27 },
28 "showimages": {
29 "type": "boolean",
30 "default": true
31 },
32 "sort": {
33 "type":"string",
34 "default":"score"
35 },
36 "title": {
37 "type":"string",
38 "default": "Related Content"
39 }
40 },
41 "editorScript": "file:./edit.js",
42 "style": "file:./style-edit.css",
43 "editorStyle": "file:./edit.css",
44 "viewScript": "file:./view.js"
45 }
46