{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/blogroll", "title": "Blogroll", "description": "Share the sites you follow with your users.", "keywords": [], "version": "12.5.0", "textdomain": "jetpack", "category": "grow", "icon": "", "supports": { "align": false, "alignWide": true, "anchor": false, "customClassName": true, "className": true, "html": false, "multiple": true, "reusable": true, "color": { "link": true, "gradients": true }, "spacing": { "padding": true, "margin": true }, "typography": { "fontSize": true, "lineHeight": true } }, "attributes": { "show_avatar": { "type": "boolean", "default": true }, "show_description": { "type": "boolean", "default": true }, "open_links_new_window": { "type": "boolean", "default": true }, "ignore_user_blogs": { "type": "boolean", "default": true }, "load_placeholders": { "type": "boolean", "default": true } }, "providesContext": { "showAvatar": "show_avatar", "showDescription": "show_description", "openLinksNewWindow": "open_links_new_window" }, "editorScript": "jetpack-blocks-editor" }