{
    "name": "givewp-form-field-manager/phone",
    "title": "Phone",
    "description": "Allows donors to enter a phone number.",
    "category": "custom",
    "icon": "yes",
    "supports": {
        "multiple": true,
        "givewp": {
            "fieldSettings": {
                "label": {
                    "default": "Phone"
                },
                "placeholder": {
                    "default": "Phone number"
                },
                "description": {
                    "default": "The description text goes here"
                },
                "defaultValue": {
                    "default": ""
                }
            },
            "conditionalLogic": true
        }
    },
    "attributes": {
        "phoneFormat": {
            "type": "string",
            "enum": [
                "domestic",
                "unformatted"
            ],
            "default": "domestic"
        }
    }
}
