block.json
2 years ago
view.asset.php
1 month ago
view.css
2 years ago
view.js
1 month ago
view.rtl.css
2 years ago
block.json
48 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "jetpack/gif", |
| 5 | "title": "GIF", |
| 6 | "description": "Search for and insert an animated image.", |
| 7 | "keywords": [ |
| 8 | "animated", |
| 9 | "giphy", |
| 10 | "image" |
| 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 fill='none' d='M0 0h24v24H0V0z'/><path d='M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5l-2-2zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54L16.5 18zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12 19.3 8.89zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9z'/></svg>", |
| 16 | "supports": { |
| 17 | "html": false, |
| 18 | "align": true |
| 19 | }, |
| 20 | "attributes": { |
| 21 | "align": { |
| 22 | "type": "string", |
| 23 | "default": "center" |
| 24 | }, |
| 25 | "caption": { |
| 26 | "type": "string" |
| 27 | }, |
| 28 | "giphyUrl": { |
| 29 | "type": "string" |
| 30 | }, |
| 31 | "searchText": { |
| 32 | "type": "string" |
| 33 | }, |
| 34 | "paddingTop": { |
| 35 | "type": "string", |
| 36 | "default": "56.2%" |
| 37 | } |
| 38 | }, |
| 39 | "example": { |
| 40 | "attributes": { |
| 41 | "align": "center", |
| 42 | "giphyUrl": "https://giphy.com/embed/fxKWgoOG9hzPPkE1oc", |
| 43 | "paddingTop": "100%", |
| 44 | "searchText": "WordPress" |
| 45 | } |
| 46 | }, |
| 47 | "editorScript": "jetpack-blocks-editor" |
| 48 | } |