deprecated
2 months ago
block.json
1 day ago
edit.js
2 months ago
heading-level-dropdown.js
2 months ago
heading-level-icon.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
transforms.js
2 months ago
block.json
84 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "vk-blocks/heading", |
| 4 | "category": "vk-blocks-cat", |
| 5 | "title": "Heading ( not recommended )", |
| 6 | "attributes": { |
| 7 | "anchor": { |
| 8 | "type": "string", |
| 9 | "source": "attribute", |
| 10 | "attribute": "id", |
| 11 | "selector": "*" |
| 12 | }, |
| 13 | "level": { |
| 14 | "type": "number", |
| 15 | "default": 2, |
| 16 | "enum": [1, 2, 3, 4, 5, 6] |
| 17 | }, |
| 18 | "align": { |
| 19 | "type": "string" |
| 20 | }, |
| 21 | "titleStyle": { |
| 22 | "type": "string", |
| 23 | "default": "default", |
| 24 | "enum": ["default", "plain"] |
| 25 | }, |
| 26 | "outerMarginBottom": { |
| 27 | "type": "number", |
| 28 | "default": null |
| 29 | }, |
| 30 | "title": { |
| 31 | "type": "string", |
| 32 | "source": "html", |
| 33 | "selector": "span", |
| 34 | "default": "", |
| 35 | "role": "content" |
| 36 | }, |
| 37 | "titleColor": { |
| 38 | "type": "string" |
| 39 | }, |
| 40 | "titleSize": { |
| 41 | "type": "number" |
| 42 | }, |
| 43 | "titleMarginBottom": { |
| 44 | "type": "number", |
| 45 | "default": null |
| 46 | }, |
| 47 | "subText": { |
| 48 | "source": "html", |
| 49 | "selector": "p", |
| 50 | "default": "", |
| 51 | "role": "content" |
| 52 | }, |
| 53 | "subTextFlag": { |
| 54 | "type": "string", |
| 55 | "default": "off", |
| 56 | "enum": ["on", "off"] |
| 57 | }, |
| 58 | "subTextColor": { |
| 59 | "type": "string" |
| 60 | }, |
| 61 | "subTextSize": { |
| 62 | "type": "number" |
| 63 | }, |
| 64 | "fontAwesomeIconBefore": { |
| 65 | "type": "string", |
| 66 | "default": "" |
| 67 | }, |
| 68 | "fontAwesomeIconAfter": { |
| 69 | "type": "string", |
| 70 | "default": "" |
| 71 | }, |
| 72 | "fontAwesomeIconColor": { |
| 73 | "type": "string" |
| 74 | } |
| 75 | }, |
| 76 | "description": "This is a heading that allows you to set text size, subtext, icon, and margin.", |
| 77 | "textdomain": "vk-blocks", |
| 78 | "supports": { |
| 79 | "className": true, |
| 80 | "customClassName": true, |
| 81 | "anchor": true |
| 82 | } |
| 83 | } |
| 84 |