From 28bf7ee90bcc2158d7689a692ef4d2a3d5f445a6 Mon Sep 17 00:00:00 2001 From: wescoeur Date: Wed, 2 Dec 2015 15:47:33 +0100 Subject: [PATCH] Update schema with titles/descriptions on mails/xmpp attributes. --- packages/xo-server-backup-reports/src/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/xo-server-backup-reports/src/index.js b/packages/xo-server-backup-reports/src/index.js index de35009d8..89cec6e20 100644 --- a/packages/xo-server-backup-reports/src/index.js +++ b/packages/xo-server-backup-reports/src/index.js @@ -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' },