feat(settings): Add the new settings type to the appinfo xsd

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/55261/head
Côme Chilliet 2 weeks ago
parent d429ae253e
commit 26f50ca3dc
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
  1. 1
      resources/app-info-shipped.xsd
  2. 1
      resources/app-info.xsd

@ -415,6 +415,7 @@
maxOccurs="unbounded"/>
<xs:element name="personal-section" type="php-class" minOccurs="0"
maxOccurs="unbounded"/>
<xs:element name="delegation" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>

@ -411,6 +411,7 @@
maxOccurs="unbounded"/>
<xs:element name="personal-section" type="php-class" minOccurs="0"
maxOccurs="unbounded"/>
<xs:element name="delegation" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>

Loading…
Cancel
Save