Update schema with titles/descriptions on mails/xmpp attributes.
This commit is contained in:
parent
4d1ca7ede4
commit
28bf7ee90b
@ -7,6 +7,9 @@ export const configurationSchema = {
|
||||
properties: {
|
||||
toMails: {
|
||||
type: 'array',
|
||||
title: 'mails',
|
||||
description: 'an array of recipients (mails)',
|
||||
|
||||
items: {
|
||||
type: 'string'
|
||||
},
|
||||
@ -14,6 +17,9 @@ export const configurationSchema = {
|
||||
},
|
||||
toXmpp: {
|
||||
type: 'array',
|
||||
title: 'xmpp address',
|
||||
description: 'an array of recipients (xmpp)',
|
||||
|
||||
items: {
|
||||
type: 'string'
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user