PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 15.9.2
Jetpack – WP Security, Backup, Speed, & Growth v15.9.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 / wordads / block.json
block.json
44 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/wordads",
5 "title": "Ad",
6 "description": "Earn income by adding high quality ads to your post.",
7 "keywords": [
8 "ads",
9 "WordAds",
10 "advertisement"
11 ],
12 "version": "12.5.0",
13 "textdomain": "jetpack",
14 "category": "monetize",
15 "icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M12,8H4A2,2 0 0,0 2,10V14A2,2 0 0,0 4,16H5V20A1,1 0 0,0 6,21H8A1,1 0 0,0 9,20V16H12L17,20V4L12,8M15,15.6L13,14H4V10H13L15,8.4V15.6M21.5,12C21.5,13.71 20.54,15.26 19,16V8C20.53,8.75 21.5,10.3 21.5,12Z'/></svg>",
16 "supports": {
17 "align": [
18 "left",
19 "center",
20 "right"
21 ],
22 "alignWide": false,
23 "className": false,
24 "customClassName": false,
25 "html": false,
26 "reusable": false
27 },
28 "attributes": {
29 "align": {
30 "type": "string",
31 "default": "center"
32 },
33 "format": {
34 "type": "string",
35 "default": "mrec"
36 },
37 "hideMobile": {
38 "type": "boolean",
39 "default": false
40 }
41 },
42 "example": {},
43 "editorScript": "jetpack-blocks-editor"
44 }