{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 1,
    "name": "convertkit/form-builder-field-custom",
    "title": "Kit Form Builder: Custom Field",
    "category": "kit",
    "description": "Adds a text field to the Kit Form Builder, whose value is stored in a Kit custom field.",
    "keywords": [
        "convertkit",
        "kit",
        "custom",
        "field"
    ],
    "textdomain": "convertkit",
    "parent": [ "convertkit/form-builder" ],
    "attributes": {
        "label": {
            "type": "string"
        },
        "custom_field": {
            "type": "string"
        },
        "fontSize": {
            "type": "string"
        },
        "style": {
            "type": "object"
        },
        "backgroundColor": {
            "type": "string"
        },
        "textColor": {
            "type": "string"
        },
        "is_gutenberg_example": {
            "type": "boolean",
            "default": false
        }
    },
    "supports": {
        "align": true,
        "className": true,
        "color": {
            "background": true,
            "text": true
        },
        "typography": {
            "fontSize": true,
            "lineHeight": true
        },
        "spacing": {
            "margin": true,
            "padding": true
        }
    },
    "editorScript": "convertkit-gutenberg"
}