| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "jetpack/voice-to-content", |
| 5 |
"title": "Voice to content", |
| 6 |
"description": "Transform your spoken words into a post ready to publish with AI.", |
| 7 |
"keywords": [ |
| 8 |
"AI", |
| 9 |
"GPT", |
| 10 |
"AL", |
| 11 |
"Magic", |
| 12 |
"help", |
| 13 |
"assistant" |
| 14 |
], |
| 15 |
"version": "12.5.0", |
| 16 |
"textdomain": "jetpack", |
| 17 |
"category": "media", |
| 18 |
"icon": "<svg viewBox='0 0 20 20' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><path d='M12 9V3c0-1.1-.89-2-2-2-1.12 0-2 .94-2 2v6c0 1.1.9 2 2 2 1.13 0 2-.94 2-2zm4 0c0 2.97-2.16 5.43-5 5.91V17h2c.56 0 1 .45 1 1s-.44 1-1 1H7c-.55 0-1-.45-1-1s.45-1 1-1h2v-2.09C6.17 14.43 4 11.97 4 9c0-.55.45-1 1-1 .56 0 1 .45 1 1 0 2.21 1.8 4 4 4 2.21 0 4-1.79 4-4 0-.55.45-1 1-1 .56 0 1 .45 1 1z'/></svg>", |
| 19 |
"supports": { |
| 20 |
"html": false, |
| 21 |
"multiple": true, |
| 22 |
"reusable": false |
| 23 |
}, |
| 24 |
"attributes": { |
| 25 |
"content": { |
| 26 |
"type": "string" |
| 27 |
} |
| 28 |
}, |
| 29 |
"editorScript": "jetpack-blocks-editor" |
| 30 |
} |