| @@ -1,39 +1,46 @@ | ||
| 1 | 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": [ "return", "visitors", "visibility" ], | |
| 8 | - "version": "12.5.0", | |
| 9 | - "textdomain": "jetpack", | |
| 10 | - "category": "widgets", | |
| 11 | - "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>", | |
| 12 | - "supports": { | |
| 13 | - "align": [ "wide", "full" ], | |
| 14 | - "html": false | |
| 15 | - }, | |
| 16 | - "attributes": { | |
| 17 | - "criteria": { | |
| 18 | - "type": "string", | |
| 19 | - "default": "after-visits" | |
| 20 | - }, | |
| 21 | - "threshold": { | |
| 22 | - "type": "number", | |
| 23 | - "default": 3 | |
| 24 | - } | |
| 25 | - }, | |
| 26 | - "example": { | |
| 27 | - "attributes": { | |
| 28 | - "criteria": "after-visits", | |
| 29 | - "threshold": 3 | |
| 30 | - }, | |
| 31 | - "innerBlocks": [ | |
| 32 | - { | |
| 33 | - "name": "core/paragraph", | |
| 34 | - "attributes": "This block will only appear to a visitor who visited the page three or more times." | |
| 35 | - } | |
| 36 | - ] | |
| 37 | - }, | |
| 38 | - "editorScript": "file:../editor.js" | |
| 39 | -} | |
| 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 | +} | |