diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-03-30 11:23:14 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-03-30 12:05:19 +0200 |
commit | 8d9536e149097c86e07533a3ffcd6092f726e0f0 (patch) | |
tree | fabf6ff518d3f722cdd12a8f4c229a99b49405af /resources/app-info-shipped.xsd | |
parent | fa4162e86f701e9d325619255a3f91ff45994ab6 (diff) | |
download | nextcloud-server-8d9536e149097c86e07533a3ffcd6092f726e0f0.tar.gz nextcloud-server-8d9536e149097c86e07533a3ffcd6092f726e0f0.zip |
Update the info.xsd for address book and calendar plugins
For https://github.com/nextcloud/server/pull/19795
For https://github.com/nextcloud/server/pull/19196
Ref https://github.com/nextcloud/appstore/pull/673
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'resources/app-info-shipped.xsd')
-rw-r--r-- | resources/app-info-shipped.xsd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/app-info-shipped.xsd b/resources/app-info-shipped.xsd index 53836c4e1a3..c120a524844 100644 --- a/resources/app-info-shipped.xsd +++ b/resources/app-info-shipped.xsd @@ -506,6 +506,8 @@ <xs:sequence> <xs:element name="collections" type="sabre-collections" minOccurs="0" maxOccurs="1"/> <xs:element name="plugins" type="sabre-plugins" minOccurs="0" maxOccurs="1"/> + <xs:element name="address-book-plugins" type="sabre-plugins" minOccurs="0" maxOccurs="1"/> + <xs:element name="calendar-plugins" type="sabre-plugins" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:complexType> |