PluginProbe
Parse.ly / 3.14.1
Parse.ly v3.14.1
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.14.1, at src/blocks/recommendations/block.json

42 lines 788 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": 3,
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 "imagestyle": {
13 "type": "string",
14 "default": "original"
15 },
16 "limit": {
17 "type": "number",
18 "default": 3
19 },
20 "openlinksinnewtab": {
21 "type": "boolean",
22 "default": false
23 },
24 "showimages": {
25 "type": "boolean",
26 "default": true
27 },
28 "sort": {
29 "type":"string",
30 "default":"score"
31 },
32 "title": {
33 "type":"string",
34 "default": "Related Content"
35 }
36 },
37 "editorScript": "file:./edit.js",
38 "style": "file:./style-edit.css",
39 "editorStyle": "file:./edit.css",
40 "viewScript": "file:./view.js"
41 }
42