{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/goodreads", "title": "Goodreads", "description": "Features books from the shelves of your Goodreads account.", "keywords": [ "book", "read", "author" ], "version": "1.0", "textdomain": "jetpack", "category": "embed", "icon": "", "supports": { "html": false, "align": true }, "attributes": { "bookNumber": { "type": "string", "default": "5" }, "class": { "type": "string" }, "customTitle": { "type": "string" }, "goodreadsId": { "type": "number" }, "id": { "type": "string" }, "link": { "type": "string" }, "orderOption": { "type": "string", "default": "d" }, "shelfOption": { "type": "string", "default": "read" }, "showAuthor": { "type": "boolean", "default": true }, "showCover": { "type": "boolean", "default": true }, "showRating": { "type": "boolean", "default": true }, "showReview": { "type": "boolean", "default": false }, "showTags": { "type": "boolean", "default": false }, "showTitle": { "type": "boolean", "default": true }, "sortOption": { "type": "string", "default": "date_added" }, "style": { "type": "string", "default": "default" }, "userInput": { "type": "string" }, "widgetId": { "type": "number" } }, "example": { "attributes": { "goodreadsId": 1176283 } }, "editorScript": "jetpack-blocks-editor" }