deprecated
2 weeks 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
40 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "vk-blocks/flow", |
| 4 | "category": "vk-blocks-cat", |
| 5 | "title": "Flow", |
| 6 | "attributes": { |
| 7 | "heading": { |
| 8 | "type": "string", |
| 9 | "source": "html", |
| 10 | "selector": "dt", |
| 11 | "role": "content" |
| 12 | }, |
| 13 | "content": { |
| 14 | "type": "string", |
| 15 | "source": "html", |
| 16 | "selector": "dd", |
| 17 | "role": "content" |
| 18 | }, |
| 19 | "arrowFlag": { |
| 20 | "type": "string", |
| 21 | "default": "vk_flow-arrow-on" |
| 22 | }, |
| 23 | "insertImage": { |
| 24 | "type": "string", |
| 25 | "default": null, |
| 26 | "role": "content" |
| 27 | }, |
| 28 | "insertImageAlt": { |
| 29 | "type": "string", |
| 30 | "default": null, |
| 31 | "role": "content" |
| 32 | } |
| 33 | }, |
| 34 | "description": "Displays a sequential description in time series.", |
| 35 | "textdomain": "vk-blocks", |
| 36 | "supports": { |
| 37 | "className": true |
| 38 | } |
| 39 | } |
| 40 |