]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update the info.xsd for address book and calendar plugins 20227/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 30 Mar 2020 09:23:14 +0000 (11:23 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Mon, 30 Mar 2020 10:05:19 +0000 (12:05 +0200)
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>
resources/app-info-shipped.xsd
resources/app-info.xsd

index 53836c4e1a33e256963f13994ec116123f904fdb..c120a524844490eddbf74eba47692dfc17c379a5 100644 (file)
         <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>
 
index a9b373d6ed5a49bdf130b93c82d288579b0f4373..ae8b170202d79aae09ba3ffe88ade186a31487a2 100644 (file)
         <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>