32 lines
No EOL
1.4 KiB
JSON
32 lines
No EOL
1.4 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "jetpack/like",
|
|
"title": "Like",
|
|
"description": "Give your readers the ability to show appreciation for your posts.",
|
|
"keywords": [
|
|
"like",
|
|
"likes",
|
|
"thumbs up",
|
|
"button",
|
|
"heart"
|
|
],
|
|
"version": "1.0.0",
|
|
"textdomain": "jetpack",
|
|
"category": "grow",
|
|
"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>",
|
|
"usesContext": [
|
|
"postId"
|
|
],
|
|
"attributes": {
|
|
"showReblogButton": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"showAvatars": {
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
},
|
|
"editorScript": "jetpack-blocks-editor"
|
|
} |