add new definition

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
pull/1998/head
Bjoern Schiessle 10 years ago
parent 087dab85b4
commit 3bc643ec23
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
  1. 19
      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"
}
}
}
}

Loading…
Cancel
Save