File: /var/www/html/sample/wp-content/plugins/jetpack/_inc/blocks/author-recommendation/block.json
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "jetpack/author-recommendation",
"title": "Author Recommendation (Beta)",
"description": "Select the sites you follow and share them with your users.",
"keywords": [],
"version": "12.5.0",
"textdomain": "jetpack",
"category": "grow",
"icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm6 9.8a.9.9 0 0 1-.1.5l-2.1 4.9a1.34 1.34 0 0 1-1.3.8H9a2 2 0 0 1-2-2v-5a1.28 1.28 0 0 1 .4-1L12 5l.69.69a1.08 1.08 0 0 1 .3.7v.2L12.41 10H17a1 1 0 0 1 1 1z'/></svg>",
"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": {
"recommendations": {
"type": "array",
"items": {
"type": "object"
},
"default": []
},
"ignore_user_blogs": {
"type": "boolean",
"default": false
}
},
"editorScript": "file:../editor-beta.js"
}