deprecated
2 weeks ago
block.json
1 day 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
view.js
1 day ago
block.json
24 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "vk-blocks/faq2", |
| 4 | "category": "vk-blocks-cat", |
| 5 | "title": "New FAQ", |
| 6 | "description": "It displays a combination of questions and answers. You can freely add blocks to the question area as well.", |
| 7 | "textdomain": "vk-blocks", |
| 8 | "supports": { |
| 9 | "contentRole": true, |
| 10 | "html": false, |
| 11 | "anchor": true, |
| 12 | "className": true |
| 13 | }, |
| 14 | "editorScript": "vk-blocks-build-js", |
| 15 | "editorStyle": "vk-blocks-build-editor-css", |
| 16 | "attributes": { |
| 17 | "showContent": { |
| 18 | "type": "string", |
| 19 | "default": "default", |
| 20 | "enum": ["default", "disable", "open", "close"] |
| 21 | } |
| 22 | } |
| 23 | } |
| 24 |