{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/blogroll", "title": "Blogroll (Beta)", "description": "Select the sites you follow and share them 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 }, "show_subscribe_button": { "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", "showSubscribeButton": "show_subscribe_button", "openLinksNewWindow": "open_links_new_window" }, "editorScript": "file:../editor-beta.js", "editorStyle": "file:../editor-beta.css", "viewScript": "file:./view.js", "style": "file:./view.css" }