From 3bc643ec2368a940a683e150c2ca3cc0e9df558d Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Thu, 3 Nov 2016 14:00:28 +0100 Subject: [PATCH] add new definition Signed-off-by: Bjoern Schiessle --- lib/public/RichObjectStrings/definitions.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/lib/public/RichObjectStrings/definitions.json b/lib/public/RichObjectStrings/definitions.json index 222f6615cf4..494e96c8f76 100644 --- a/lib/public/RichObjectStrings/definitions.json +++ b/lib/public/RichObjectStrings/definitions.json @@ -224,5 +224,24 @@ "example": "Support Team" } } + }, + "email": { + "author": "Nextcloud", + "app": "sharebymail", + "since": "9.2.0", + "parameters": { + "id": { + "since": "9.2.0", + "required": true, + "description": "The mail-address used to identify the event on the instance", + "example": "test@localhost" + }, + "name": { + "since": "9.2.0", + "required": true, + "description": "The display name of a matching contact or the email (fallback) which should be used in the visual representation", + "example": "Foo Bar" + } + } } } -- 2.39.5