deprecated
2 months ago
block.json
1 month ago
edit.js
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
block.json
44 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "vk-blocks/icon-outer", |
| 4 | "category": "vk-blocks-cat", |
| 5 | "title": "Icon Outer", |
| 6 | "attributes": { |
| 7 | "iconSize": { |
| 8 | "type": "number", |
| 9 | "default": 36 |
| 10 | }, |
| 11 | "iconSizeUnit": { |
| 12 | "type": "string", |
| 13 | "default": "px" |
| 14 | }, |
| 15 | "iconMargin": { |
| 16 | "type": "number", |
| 17 | "default": 22 |
| 18 | }, |
| 19 | "iconMarginUnit": { |
| 20 | "type": "string", |
| 21 | "default": "px" |
| 22 | }, |
| 23 | "iconRadius": { |
| 24 | "type": "number", |
| 25 | "default": 50 |
| 26 | }, |
| 27 | "iconsJustify": { |
| 28 | "type": "string", |
| 29 | "default": "left" |
| 30 | }, |
| 31 | "iconType": { |
| 32 | "type": "string", |
| 33 | "default": "0" |
| 34 | } |
| 35 | }, |
| 36 | "description": "Display the Font Awesome icons horizontally.", |
| 37 | "textdomain": "vk-blocks", |
| 38 | "supports": { |
| 39 | "contentRole": true, |
| 40 | "html": false, |
| 41 | "className": true |
| 42 | } |
| 43 | } |
| 44 |