# wp-parsely/3.14.1/src/blocks/recommendations/block.json

Parse.ly, version 3.14.1. 42 lines.

- Page: https://pluginprobe.com/plugins/wp-parsely/3.14.1/code/src/blocks/recommendations/block.json
- Raw: https://pluginprobe.com/plugins/wp-parsely/3.14.1/raw/src/blocks/recommendations/block.json
- Modified: 2023-11-13T15:14:16+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-parsely/3.14.1/code/src/blocks/recommendations/block.json#L10-L20`.

```json
{
	"$schema": "https://schemas.wp.org/wp/5.9/block.json",
	"apiVersion": 3,
	"name": "wp-parsely/recommendations",
	"title": "Parse.ly Recommendations",
	"category": "widgets",
	"textdomain": "wp-parsely",
	"supports": {
		"html": false
	},
	"attributes": {
		"imagestyle": {
			"type": "string",
			"default": "original"
		},
		"limit": {
			"type": "number",
			"default": 3
		},
		"openlinksinnewtab": {
			"type": "boolean",
			"default": false
		},
		"showimages": {
			"type": "boolean",
			"default": true
		},
		"sort": {
			"type":"string",
			"default":"score"
		},
		"title": {
			"type":"string",
			"default": "Related Content"
		}
	},
	"editorScript": "file:./edit.js",
	"style": "file:./style-edit.css",
	"editorStyle": "file:./edit.css",
	"viewScript": "file:./view.js"
}

```
