PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.2-a.5
Jetpack – WP Security, Backup, Speed, & Growth v16.2-a.5
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 / repeat-visitor / block.json
block.json
46 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/repeat-visitor",
5 "title": "Repeat Visitor",
6 "description": "Control block visibility based on how often a visitor has viewed the page.",
7 "keywords": [
8 "return",
9 "visitors",
10 "visibility"
11 ],
12 "version": "12.5.0",
13 "textdomain": "jetpack",
14 "category": "widgets",
15 "icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z'/></svg>",
16 "supports": {
17 "align": [
18 "wide",
19 "full"
20 ],
21 "html": false
22 },
23 "attributes": {
24 "criteria": {
25 "type": "string",
26 "default": "after-visits"
27 },
28 "threshold": {
29 "type": "number",
30 "default": 3
31 }
32 },
33 "example": {
34 "attributes": {
35 "criteria": "after-visits",
36 "threshold": 3
37 },
38 "innerBlocks": [
39 {
40 "name": "core/paragraph",
41 "attributes": "This block will only appear to a visitor who visited the page three or more times."
42 }
43 ]
44 },
45 "editorScript": "jetpack-blocks-editor"
46 }