{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/related-posts", "title": "Related Posts", "description": "Display a list of related posts.", "keywords": [ "similar content", "linked", "connected" ], "version": "12.5.0", "textdomain": "jetpack", "category": "embed", "icon": "", "supports": { "html": false, "multiple": false, "reusable": false, "color": { "gradients": true, "link": true }, "spacing": { "margin": true, "padding": true }, "typography": { "__experimentalFontFamily": true, "fontSize": true, "lineHeight": true }, "align": [ "wide", "full" ] }, "attributes": { "postLayout": { "type": "string", "default": "grid" }, "displayAuthor": { "type": "boolean", "default": false }, "displayDate": { "type": "boolean", "default": true }, "displayThumbnails": { "type": "boolean", "default": false }, "displayContext": { "type": "boolean", "default": false }, "postsToShow": { "type": "number", "default": 3 } }, "example": { "attributes": { "postLayout": "grid", "displayAuthor": false, "displayDate": true, "displayThumbnails": true, "displayContext": false, "postsToShow": 2 } }, "editorScript": "jetpack-blocks-editor" }