block.json
32 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "jetpack/pinterest", |
| 5 | "title": "Pinterest", |
| 6 | "description": "Embed a Pinterest pin, board, or user.", |
| 7 | "keywords": [ |
| 8 | "social", |
| 9 | "pinboard", |
| 10 | "pins" |
| 11 | ], |
| 12 | "version": "12.5.0", |
| 13 | "textdomain": "jetpack", |
| 14 | "category": "embed", |
| 15 | "icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M12,2C6.477,2,2,6.477,2,12c0,4.236,2.636,7.855,6.356,9.312c-0.087-0.791-0.166-2.005,0.035-2.869c0.182-0.78,1.173-4.971,1.173-4.971s-0.299-0.599-0.299-1.484c0-1.39,0.806-2.429,1.809-2.429c0.853,0,1.265,0.641,1.265,1.409c0,0.858-0.546,2.141-0.828,3.329c-0.236,0.996,0.499,1.807,1.481,1.807c1.777,0,3.144-1.874,3.144-4.579c0-2.394-1.72-4.068-4.177-4.068c-2.845,0-4.515,2.134-4.515,4.34c0,0.859,0.331,1.781,0.744,2.282c0.082,0.099,0.094,0.186,0.069,0.287C8.18,14.682,8.011,15.361,7.978,15.5c-0.044,0.183-0.145,0.222-0.334,0.134c-1.249-0.581-2.03-2.407-2.03-3.874c0-3.154,2.292-6.051,6.607-6.051c3.469,0,6.165,2.472,6.165,5.775c0,3.446-2.173,6.22-5.189,6.22c-1.013,0-1.966-0.526-2.292-1.148c0,0-0.501,1.909-0.623,2.377c-0.226,0.869-0.835,1.957-1.243,2.622C9.975,21.844,10.969,22,12,22c5.523,0,10-4.477,10-10C22,6.477,17.523,2,12,2z'/></svg>", |
| 16 | "supports": { |
| 17 | "html": false, |
| 18 | "align": false, |
| 19 | "inserter": false |
| 20 | }, |
| 21 | "attributes": { |
| 22 | "url": { |
| 23 | "type": "string" |
| 24 | } |
| 25 | }, |
| 26 | "example": { |
| 27 | "attributes": { |
| 28 | "url": "https://pinterest.com/anapinskywalker/" |
| 29 | } |
| 30 | }, |
| 31 | "editorScript": "jetpack-blocks-editor" |
| 32 | } |