summaryrefslogtreecommitdiffstats
path: root/resources/app-info.xsd
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-30 11:23:14 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-30 12:05:19 +0200
commit8d9536e149097c86e07533a3ffcd6092f726e0f0 (patch)
treefabf6ff518d3f722cdd12a8f4c229a99b49405af /resources/app-info.xsd
parentfa4162e86f701e9d325619255a3f91ff45994ab6 (diff)
downloadnextcloud-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.xsd')
-rw-r--r--resources/app-info.xsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/app-info.xsd b/resources/app-info.xsd
index a9b373d6ed5..ae8b170202d 100644
--- a/resources/app-info.xsd
+++ b/resources/app-info.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>