block.json
2 years ago
view.asset.php
1 week ago
view.css
1 week ago
view.js
1 month ago
view.rtl.css
1 week ago
block.json
23 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "jetpack/send-a-message", |
| 5 | "title": "Send A Message", |
| 6 | "description": "Let your visitors send you messages with the tap of a button.", |
| 7 | "keywords": [ |
| 8 | "whatsapp", |
| 9 | "messenger", |
| 10 | "contact", |
| 11 | "support" |
| 12 | ], |
| 13 | "version": "12.5.0", |
| 14 | "textdomain": "jetpack", |
| 15 | "category": "grow", |
| 16 | "icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M21 6h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1zm-4 6V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1z'/></svg>", |
| 17 | "supports": { |
| 18 | "html": false |
| 19 | }, |
| 20 | "attributes": {}, |
| 21 | "example": {}, |
| 22 | "editorScript": "jetpack-blocks-editor" |
| 23 | } |