| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"title": "BetterDocs FAQ", |
| 5 |
"name": "betterdocs/faq", |
| 6 |
"category": "widgets", |
| 7 |
"description": "Use the FAQ block to easily create a knowledge base section of frequently asked questions.", |
| 8 |
"textdomain": "betterdocs", |
| 9 |
"editorStyle": [ |
| 10 |
"betterdocs-faq", |
| 11 |
"file:./default.css" |
| 12 |
], |
| 13 |
"editorScript": "betterdocs-blocks-editor" |
| 14 |
} |
| 15 |
|