deprecated
2 months ago
block.json
1 month ago
edit.js
2 weeks ago
icon.svg
2 months ago
index.js
2 months ago
index.php
2 months ago
save.js
2 weeks ago
style.scss
1 month ago
block.json
73 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "vk-blocks/balloon", |
| 4 | "title": "Ballon", |
| 5 | "description": "These speech balloons are perfect for recreating conversations.", |
| 6 | "category": "vk-blocks-cat", |
| 7 | "attributes": { |
| 8 | "content": { |
| 9 | "source": "html", |
| 10 | "selector": "p", |
| 11 | "role": "content" |
| 12 | }, |
| 13 | "balloonName": { |
| 14 | "source": "html", |
| 15 | "selector": "figcaption", |
| 16 | "role": "content" |
| 17 | }, |
| 18 | "balloonType": { |
| 19 | "type": "string", |
| 20 | "default": "type-speech" |
| 21 | }, |
| 22 | "balloonFullWidth": { |
| 23 | "type": "boolean", |
| 24 | "default": false |
| 25 | }, |
| 26 | "balloonIconDisplay": { |
| 27 | "type": "boolean", |
| 28 | "default": true |
| 29 | }, |
| 30 | "balloonBorder": { |
| 31 | "type": "boolean", |
| 32 | "default": false |
| 33 | }, |
| 34 | "balloonImageBorder": { |
| 35 | "type": "boolean", |
| 36 | "default": false |
| 37 | }, |
| 38 | "balloonBorderWidth": { |
| 39 | "type": "string", |
| 40 | "default": "thin" |
| 41 | }, |
| 42 | "balloonBorderColor": { |
| 43 | "type": "string" |
| 44 | }, |
| 45 | "balloonBgColor": { |
| 46 | "type": "string" |
| 47 | }, |
| 48 | "balloonAlign": { |
| 49 | "type": "string", |
| 50 | "default": "position-left" |
| 51 | }, |
| 52 | "IconImage": { |
| 53 | "type": "string", |
| 54 | "default": null, |
| 55 | "role": "content" |
| 56 | }, |
| 57 | "balloonImageType": { |
| 58 | "type": "string", |
| 59 | "default": "normal" |
| 60 | }, |
| 61 | "balloonAnimation": { |
| 62 | "type": "string", |
| 63 | "default": "none" |
| 64 | } |
| 65 | }, |
| 66 | "textdomain": "vk-blocks", |
| 67 | "supports": { |
| 68 | "contentRole": true, |
| 69 | "html": false, |
| 70 | "className": true |
| 71 | } |
| 72 | } |
| 73 |