Merge pull request #20227 from nextcloud/enhancement/sabre-address-book-calendar-plugins
Update the info.xsd for address book and calendar plugins
This commit is contained in:
commit
dc9df2b7ab
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue