| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 2, |
| 4 |
"name": "convertkit/form-builder-field-name", |
| 5 |
"title": "Kit Form Builder: Name Field", |
| 6 |
"category": "kit", |
| 7 |
"description": "Adds a name field to the Kit Form Builder.", |
| 8 |
"keywords": [ |
| 9 |
"convertkit", |
| 10 |
"kit", |
| 11 |
"name", |
| 12 |
"field" |
| 13 |
], |
| 14 |
"textdomain": "convertkit", |
| 15 |
"parent": [ "convertkit/form-builder" ], |
| 16 |
"attributes": { |
| 17 |
"label": { |
| 18 |
"type": "string" |
| 19 |
}, |
| 20 |
"fontSize": { |
| 21 |
"type": "string" |
| 22 |
}, |
| 23 |
"style": { |
| 24 |
"type": "object" |
| 25 |
}, |
| 26 |
"backgroundColor": { |
| 27 |
"type": "string" |
| 28 |
}, |
| 29 |
"textColor": { |
| 30 |
"type": "string" |
| 31 |
}, |
| 32 |
"is_gutenberg_example": { |
| 33 |
"type": "boolean", |
| 34 |
"default": false |
| 35 |
} |
| 36 |
}, |
| 37 |
"supports": { |
| 38 |
"align": true, |
| 39 |
"className": true, |
| 40 |
"color": { |
| 41 |
"background": true, |
| 42 |
"text": true |
| 43 |
}, |
| 44 |
"typography": { |
| 45 |
"fontSize": true, |
| 46 |
"lineHeight": true |
| 47 |
}, |
| 48 |
"spacing": { |
| 49 |
"margin": true, |
| 50 |
"padding": true |
| 51 |
} |
| 52 |
}, |
| 53 |
"editorScript": "convertkit-gutenberg" |
| 54 |
} |