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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-30 12:23:14 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-30 13:05:19 +0300
commit8d9536e149097c86e07533a3ffcd6092f726e0f0 (patch)
treefabf6ff518d3f722cdd12a8f4c229a99b49405af /resources
parentfa4162e86f701e9d325619255a3f91ff45994ab6 (diff)
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')
-rw-r--r--resources/app-info-shipped.xsd2
-rw-r--r--resources/app-info.xsd2
2 files changed, 4 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>
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>