PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.1.2
Jetpack – WP Security, Backup, Speed, & Growth v16.1.2
12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 14.4.2 All 500 releases
jetpack / _inc / blocks / like / block.json
block.json
32 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }