| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "jetpack/like", |
| 5 |
"title": "Like", |
| 6 |
"description": "Give your readers the ability to show appreciation for your posts.", |
| 7 |
"keywords": [ |
| 8 |
"like", |
| 9 |
"likes", |
| 10 |
"thumbs up", |
| 11 |
"button", |
| 12 |
"heart" |
| 13 |
], |
| 14 |
"version": "1.0.0", |
| 15 |
"textdomain": "jetpack", |
| 16 |
"category": "grow", |
| 17 |
"icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M9.706 8.646a.25.25 0 01-.188.137l-4.626.672a.25.25 0 00-.139.427l3.348 3.262a.25.25 0 01.072.222l-.79 4.607a.25.25 0 00.362.264l4.138-2.176a.25.25 0 01.233 0l4.137 2.175a.25.25 0 00.363-.263l-.79-4.607a.25.25 0 01.072-.222l3.347-3.262a.25.25 0 00-.139-.427l-4.626-.672a.25.25 0 01-.188-.137l-2.069-4.192a.25.25 0 00-.448 0L9.706 8.646zM12 7.39l-.948 1.921a1.75 1.75 0 01-1.317.957l-2.12.308 1.534 1.495c.412.402.6.982.503 1.55l-.362 2.11 1.896-.997a1.75 1.75 0 011.629 0l1.895.997-.362-2.11a1.75 1.75 0 01.504-1.55l1.533-1.495-2.12-.308a1.75 1.75 0 01-1.317-.957L12 7.39z' clip-rule='evenodd'></path></svg>", |
| 18 |
"usesContext": [ |
| 19 |
"postId" |
| 20 |
], |
| 21 |
"attributes": { |
| 22 |
"showReblogButton": { |
| 23 |
"type": "boolean", |
| 24 |
"default": false |
| 25 |
}, |
| 26 |
"showAvatars": { |
| 27 |
"type": "boolean", |
| 28 |
"default": true |
| 29 |
} |
| 30 |
}, |
| 31 |
"editorScript": "jetpack-blocks-editor" |
| 32 |
} |