PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
16.3-a.3 16.3-a.1 16.2 16.2-beta 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 All 504 releases
jetpack / _inc / blocks / blog-stats / block.json

block.json in Jetpack – WP Security, Backup, Speed, & Growth 16.3-a.1, at _inc/blocks/blog-stats/block.json

50 lines 1.3 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/blog-stats",
5 "title": "Blog Stats",
6 "description": "Show a stats counter for your blog.",
7 "keywords": [
8 "views",
9 "hits",
10 "analytics",
11 "counter",
12 "visitors"
13 ],
14 "version": "1.0",
15 "textdomain": "jetpack",
16 "category": "grow",
17 "icon": "<svg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'><path d='M160-200h160v-320H160v320Zm240 0h160v-560H400v560Zm240 0h160v-240H640v240ZM80-120v-480h240v-240h320v320h240v400H80Z'/></svg>",
18 "supports": {
19 "align": true,
20 "alignWide": true,
21 "html": false,
22 "multiple": true,
23 "reusable": true,
24 "color": {
25 "gradients": true
26 },
27 "spacing": {
28 "margin": true,
29 "padding": true
30 },
31 "typography": {
32 "__experimentalFontFamily": true,
33 "fontSize": true
34 }
35 },
36 "attributes": {
37 "label": {
38 "type": "string"
39 },
40 "statsData": {
41 "type": "string",
42 "default": "views"
43 },
44 "statsOption": {
45 "type": "string",
46 "default": "site"
47 }
48 },
49 "editorScript": "jetpack-blocks-editor"
50 }