diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2016-11-03 14:00:28 +0100 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2016-11-08 15:42:07 +0100 |
commit | 3bc643ec2368a940a683e150c2ca3cc0e9df558d (patch) | |
tree | 56f8189eea6674f297cbcde4d0376d2257bdf70f /lib/public/RichObjectStrings | |
parent | 087dab85b4da3a3d4a958ddb74c0c86d0f5e6f0c (diff) | |
download | nextcloud-server-3bc643ec2368a940a683e150c2ca3cc0e9df558d.tar.gz nextcloud-server-3bc643ec2368a940a683e150c2ca3cc0e9df558d.zip |
add new definition
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'lib/public/RichObjectStrings')
-rw-r--r-- | lib/public/RichObjectStrings/definitions.json | 19 |
1 files changed, 19 insertions, 0 deletions
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" + } + } } } |