aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/RichObjectStrings
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/RichObjectStrings')
-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"
+ }
+ }
}
}