| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 1, |
| 4 |
"name": "convertkit/form", |
| 5 |
"title": "ConvertKit Form", |
| 6 |
"category": "convertkit", |
| 7 |
"description": "Displays a ConvertKit Form.", |
| 8 |
"keywords": [ |
| 9 |
"form", |
| 10 |
"embed", |
| 11 |
"subscriber", |
| 12 |
"email", |
| 13 |
"convertkit" |
| 14 |
], |
| 15 |
"textdomain": "convertkit", |
| 16 |
"attributes": { |
| 17 |
"form": { |
| 18 |
"type": "string" |
| 19 |
}, |
| 20 |
"is_gutenberg_example": { |
| 21 |
"type": "boolean", |
| 22 |
"default": false |
| 23 |
} |
| 24 |
}, |
| 25 |
"supports": { |
| 26 |
"className": true |
| 27 |
}, |
| 28 |
"editorScript": "convertkit-gutenberg" |
| 29 |
} |