| 1 |
{ |
| 2 |
"name": "toggle-content/toggle-content", |
| 3 |
"title": "Toggle Content", |
| 4 |
"category": "widgets", |
| 5 |
"description": "Toggle Contents or blocks with a beautiful switcher.", |
| 6 |
"apiVersion": 2, |
| 7 |
"supports": { |
| 8 |
"align": ["wide", "full"] |
| 9 |
}, |
| 10 |
"textdomain": "toggle-content", |
| 11 |
"editorScript": "file:./dist/index.js" |
| 12 |
} |
| 13 |
|