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>
This commit is contained in:
Christoph Wurst 2020-03-30 11:23:14 +02:00
Родитель fa4162e86f
Коммит 8d9536e149
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CC42AC2A7F0E56D8
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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>