{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/top-posts", "title": "Top Posts & Pages", "description": "Display your most popular content.", "keywords": [ "ranking", "views", "trending", "popular" ], "version": "1.0", "textdomain": "jetpack", "category": "embed", "icon": "", "supports": { "align": [ "wide", "full" ], "html": false, "multiple": true, "reusable": true, "color": { "gradients": true, "link": true }, "spacing": { "margin": true, "padding": true }, "typography": { "__experimentalFontFamily": true, "fontSize": true, "lineHeight": true } }, "attributes": { "layout": { "type": "string", "default": "grid" }, "displayAuthor": { "type": "boolean", "default": true }, "displayDate": { "type": "boolean", "default": true }, "displayThumbnail": { "type": "boolean", "default": true }, "displayContext": { "type": "boolean", "default": false }, "period": { "type": "string", "default": "7" }, "postsToShow": { "type": "number", "default": 3 }, "postTypes": { "type": "object", "default": { "post": true, "page": true } } }, "editorScript": "jetpack-blocks-editor" }