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 2025-09-23 11:20:41 +07:00
parent d429ae253e
commit 26f50ca3dc
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
2 changed files with 2 additions and 0 deletions

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