{
    "name": "givewp-form-field-manager/date",
    "title": "Date",
    "description": "Allows donors to enter a date.",
    "category": "custom",
    "icon": "yes",
    "supports": {
        "multiple": true,
        "givewp": {
            "fieldSettings": {
                "label": {
                    "default": "Date"
                },
                "description": {
                    "default": "The description goes here"
                },
                "placeholder": false
            },
            "conditionalLogic": true
        }
    },
    "attributes": {
        "dateFormat": {
            "type": "string",
            "enum": [
                "dd/mm/yyyy",
                "mm/dd/yyyy",
                "yyyy/mm/dd"
            ],
            "default": "mm/dd/yyyy"
        }
    }
}
