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
3 days ago
transforms.js
2 months ago
block.json
24 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "vk-blocks/faq", |
| 4 | "title": "Classic FAQ", |
| 5 | "category": "vk-blocks-cat", |
| 6 | "description": "Displays a combination of questions and answers.", |
| 7 | "textdomain": "vk-blocks", |
| 8 | "editorScript": "vk-blocks-build-js", |
| 9 | "editorStyle": "vk-blocks-build-editor-css", |
| 10 | "attributes": { |
| 11 | "heading": { |
| 12 | "type": "string", |
| 13 | "source": "html", |
| 14 | "selector": "dt", |
| 15 | "role": "content" |
| 16 | } |
| 17 | }, |
| 18 | "supports": { |
| 19 | "contentRole": true, |
| 20 | "html": false, |
| 21 | "anchor": true |
| 22 | } |
| 23 | } |
| 24 |