{ "$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" }