Handle comma separated binary properties (Gmail) (#1711)

This commit is contained in:
Ricardo Espinoza
2021-04-30 15:44:46 -04:00
committed by GitHub
parent 029b1390ee
commit 444fe64bc1
3 changed files with 65 additions and 61 deletions

View File

@@ -209,7 +209,8 @@ export const draftFields = [
name: 'property',
type: 'string',
default: '',
description: 'Name of the binary property containing the data to be added to the email as an attachment',
description: `Name of the binary property containing the data to be added to the email as an attachment.</br>
Multiples can be set separated by comma.`,
},
],
},