deprecated
2 weeks ago
block.json
1 month ago
edit.js
2 months ago
icon-info.svg
2 months ago
icon-success.svg
2 months ago
icon-warning.svg
2 months ago
icon.svg
2 months ago
index.js
2 months ago
index.php
2 months ago
save.js
2 months ago
style.scss
2 months ago
variations.js
2 months ago
block.json
37 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "vk-blocks/alert", |
| 4 | "category": "vk-blocks-cat", |
| 5 | "title": "Alert", |
| 6 | "description": "A colored box with four statuses, including annotations and alerts.", |
| 7 | "textdomain": "vk-blocks", |
| 8 | "attributes": { |
| 9 | "style": { |
| 10 | "type": "string", |
| 11 | "default": "info" |
| 12 | }, |
| 13 | "icon": { |
| 14 | "type": "string", |
| 15 | "default": "" |
| 16 | }, |
| 17 | "iconText": { |
| 18 | "type": "string", |
| 19 | "default": "" |
| 20 | }, |
| 21 | "content": { |
| 22 | "type": "string", |
| 23 | "source": "html", |
| 24 | "selector": "p", |
| 25 | "role": "content" |
| 26 | }, |
| 27 | "mobileIconPosition": { |
| 28 | "type": "string", |
| 29 | "default": "left" |
| 30 | } |
| 31 | }, |
| 32 | "supports": { |
| 33 | "contentRole": true, |
| 34 | "className": true |
| 35 | } |
| 36 | } |
| 37 |