diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2018-11-01 19:33:46 +0100 |
---|---|---|
committer | Maxence Lange <maxence@artificial-owl.com> | 2018-11-01 19:33:46 +0100 |
commit | 1169d2b102aa0f70d7832514d18aa01599dab931 (patch) | |
tree | 934c388d1e7028fe7726bb9f88b0fc8a89e90d23 /resources/app-info-shipped.xsd | |
parent | 35a7ea869e4d63761e4a11c3d96a77a6a5e3418f (diff) | |
download | nextcloud-server-1169d2b102aa0f70d7832514d18aa01599dab931.tar.gz nextcloud-server-1169d2b102aa0f70d7832514d18aa01599dab931.zip |
add the tag fulltextsearch
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'resources/app-info-shipped.xsd')
-rw-r--r-- | resources/app-info-shipped.xsd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/resources/app-info-shipped.xsd b/resources/app-info-shipped.xsd index ae3aaee0996..f717ce0bc51 100644 --- a/resources/app-info-shipped.xsd +++ b/resources/app-info-shipped.xsd @@ -55,6 +55,8 @@ maxOccurs="1"/> <xs:element name="dashboard" type="dashboard" minOccurs="0" maxOccurs="1"/> + <xs:element name="fulltextsearch" type="fulltextsearch" + minOccurs="0" maxOccurs="1"/> <xs:element name="navigations" type="navigations" minOccurs="0" maxOccurs="1"/> <xs:element name="contactsmenu" type="contactsmenu" minOccurs="0" @@ -664,6 +666,15 @@ </xs:sequence> </xs:complexType> + <xs:complexType name="fulltextsearch"> + <xs:sequence> + <xs:element name="platform" type="php-class" minOccurs="0" + maxOccurs="unbounded"/> + <xs:element name="provider" type="php-class" minOccurs="0" + maxOccurs="unbounded"/> + </xs:sequence> + </xs:complexType> + <xs:simpleType name="php-class"> <xs:restriction base="xs:string"> <xs:pattern |