Skip to content

fileUpload

Attaches a file using the documents configuration.

actionValues
documentHandler define the documentHandler. For more Information see here
{
    "label": "File Upload",
    "icon": "icon-paperclip",
    "action": "fileUpload",
    "actionValues": [
        {
            "documentHandler": "attachments"
        }
    ]
}