{
    "name": "givewp-form-field-manager/html",
    "title": "HTML",
    "description": "Place a html block in your form.",
    "category": "custom",
    "icon": "yes",
    "supports": {
        "multiple": true,
        "givewp": {
            "fieldSettings": {
                "label": {
                    "default": "HTML Block"
                },
                "required": false,
                "placeholder": false,
                "storeAsDonorMeta": false
            },
            "conditionalLogic": true
        }
    },
    "attributes": {
        "htmlCode": {
            "type": "string",
            "default": ""
        }
    }
}
