Browse Source

Merge pull request #18443 from nextcloud/fix/noid/update-xsd

update app info schema files
pull/18446/head
Roeland Jago Douma 6 years ago
committed by GitHub
parent
commit
1ac764e0b7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      resources/app-info-shipped.xsd
  2. 1
      resources/app-info.xsd

2
resources/app-info-shipped.xsd

@ -352,6 +352,8 @@
<xs:enumeration value="social"/>
<xs:enumeration value="tools"/>
<xs:enumeration value="games"/>
<xs:enumeration value="search"/>
<xs:enumeration value="workflow"/>
</xs:restriction>
</xs:simpleType>

1
resources/app-info.xsd

@ -353,6 +353,7 @@
<xs:enumeration value="tools"/>
<xs:enumeration value="games"/>
<xs:enumeration value="search"/>
<xs:enumeration value="workflow"/>
</xs:restriction>
</xs:simpleType>

Loading…
Cancel
Save