Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2016-11-03 16:00:28 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2016-11-08 17:42:07 +0300
commit3bc643ec2368a940a683e150c2ca3cc0e9df558d (patch)
tree56f8189eea6674f297cbcde4d0376d2257bdf70f /lib/public
parent087dab85b4da3a3d4a958ddb74c0c86d0f5e6f0c (diff)
add new definition
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/RichObjectStrings/definitions.json19
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"
+ }
+ }
}
}