block.json
2 years ago
view.asset.php
2 years ago
view.css
2 years ago
view.js
2 years ago
view.rtl.css
2 years ago
block.json
38 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "jetpack/sharing-button", |
| 5 | "title": "Sharing button", |
| 6 | "description": "Give your readers the ability to easily share your content with X, Facebook, Tumblr, LinkedIn, and a host of other services to help spread your message across the web.", |
| 7 | "keywords": [], |
| 8 | "version": "12.5.0", |
| 9 | "textdomain": "jetpack", |
| 10 | "category": "embed", |
| 11 | "parent": [ |
| 12 | "jetpack/sharing-buttons" |
| 13 | ], |
| 14 | "attributes": { |
| 15 | "url": { |
| 16 | "type": "string" |
| 17 | }, |
| 18 | "service": { |
| 19 | "type": "string" |
| 20 | }, |
| 21 | "label": { |
| 22 | "type": "string" |
| 23 | }, |
| 24 | "rel": { |
| 25 | "type": "string" |
| 26 | } |
| 27 | }, |
| 28 | "usesContext": [ |
| 29 | "styleType", |
| 30 | "postId" |
| 31 | ], |
| 32 | "supports": { |
| 33 | "reusable": false, |
| 34 | "html": false |
| 35 | }, |
| 36 | "viewScript": "file:./view.js", |
| 37 | "editorScript": "jetpack-blocks-editor" |
| 38 | } |