| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 1, |
| 4 |
"name": "convertkit/formtrigger", |
| 5 |
"title": "ConvertKit Form Trigger", |
| 6 |
"category": "convertkit", |
| 7 |
"description": "Displays a modal, sticky bar or slide in form to display when the button is pressed.", |
| 8 |
"keywords": [ "convertkit", "form" ], |
| 9 |
"textdomain": "convertkit", |
| 10 |
"attributes": { |
| 11 |
"form": { |
| 12 |
"type": "string" |
| 13 |
}, |
| 14 |
"text": { |
| 15 |
"type": "string" |
| 16 |
}, |
| 17 |
"fontSize": { |
| 18 |
"type": "string" |
| 19 |
}, |
| 20 |
"style": { |
| 21 |
"type": "object" |
| 22 |
}, |
| 23 |
"backgroundColor": { |
| 24 |
"type": "string" |
| 25 |
}, |
| 26 |
"textColor": { |
| 27 |
"type": "string" |
| 28 |
}, |
| 29 |
"is_gutenberg_example": { |
| 30 |
"type": "boolean", |
| 31 |
"default": false |
| 32 |
} |
| 33 |
}, |
| 34 |
"supports": { |
| 35 |
"className": true, |
| 36 |
"color": { |
| 37 |
"background": true, |
| 38 |
"text": true |
| 39 |
} |
| 40 |
}, |
| 41 |
"editorScript": "convertkit-gutenberg" |
| 42 |
} |