chore(configuration schema): add description for from.name and from.address
This commit is contained in:
parent
fdd33abe91
commit
6a2963be41
@ -23,10 +23,12 @@ export const configurationSchema = {
|
|||||||
|
|
||||||
properties: {
|
properties: {
|
||||||
name: {
|
name: {
|
||||||
type: 'string'
|
type: 'string',
|
||||||
|
description: 'human readable name of the sender'
|
||||||
},
|
},
|
||||||
address: {
|
address: {
|
||||||
type: 'string'
|
type: 'string',
|
||||||
|
description: 'email address of the sender'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user