{
    "apiVersion": 3,
    "name": "srfm/authyo-smart",
    "title": "Authyo Smart Field",
    "description": "Universal Field for Email or Phone OTP Verification",
    "category": "sureforms",
    "icon": "shield",
    "textdomain": "authyo-otp-for-sureforms",
    "attributes": {
        "block_id": {
            "type": "string"
        },
        "label": {
            "type": "string",
            "default": "Contact Information"
        },
        "placeholder": {
            "type": "string",
            "default": "Email or Phone"
        },
        "default_value": {
            "type": "string",
            "default": ""
        },
        "help": {
            "type": "string",
            "default": ""
        },
        "required": {
            "type": "boolean",
            "default": true
        }
    }
}