utils
1 week ago
block.json
2 months ago
edit.js
1 week ago
icon.svg
2 months ago
index.js
2 months ago
index.php
2 months ago
save.js
2 months ago
style.scss
1 week ago
block.json
28 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "vk-blocks/visual-embed", |
| 4 | "category": "vk-blocks-cat", |
| 5 | "title": "Visual Embed", |
| 6 | "description": "Easily embed iframe content with a live preview in the editor, perfect for maps, videos, and other iframe-based media.", |
| 7 | "textdomain": "vk-blocks", |
| 8 | "attributes": { |
| 9 | "iframeCode": { |
| 10 | "type": "string", |
| 11 | "default": "<iframe src=\"https://www.google.com/maps/embed?pb=!1m0!3m2!1sen!2sus!4v1609459543842!5m2!1sen!2sus\" width=\"100%\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>" |
| 12 | }, |
| 13 | "iframeWidth": { |
| 14 | "type": "string", |
| 15 | "default": "100%" |
| 16 | }, |
| 17 | "iframeHeight": { |
| 18 | "type": "string", |
| 19 | "default": "450px" |
| 20 | } |
| 21 | }, |
| 22 | "supports": { |
| 23 | "html": false, |
| 24 | "className": true, |
| 25 | "align": ["left", "center", "right", "wide", "full"] |
| 26 | } |
| 27 | } |
| 28 |