Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-10-15 20:25:09 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-15 20:59:27 +0300
commitdfd4782dfc1f67b3e5fd6b515ac8ed5b49d87de1 (patch)
treecdd785d96a6a5d991dbbf491e13e1edbce88baa0 /resources/app-info-shipped.xsd
parent11144aa614d00f097169eb004beced1592055c66 (diff)
include dashboard into core
Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Merge remote-tracking branch 'origin/interface-dashboard' into interface-dashboard Signed-off-by: Maxence Lange <maxence@artificial-owl.com> moving data object to OCP Signed-off-by: Maxence Lange <maxence@artificial-owl.com> update autoload files Signed-off-by: Maxence Lange <maxence@artificial-owl.com> +@since Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'resources/app-info-shipped.xsd')
-rw-r--r--resources/app-info-shipped.xsd9
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/app-info-shipped.xsd b/resources/app-info-shipped.xsd
index a9a93dc7d18..ae3aaee0996 100644
--- a/resources/app-info-shipped.xsd
+++ b/resources/app-info-shipped.xsd
@@ -53,6 +53,8 @@
maxOccurs="1"/>
<xs:element name="activity" type="activity" minOccurs="0"
maxOccurs="1"/>
+ <xs:element name="dashboard" type="dashboard"
+ minOccurs="0" maxOccurs="1"/>
<xs:element name="navigations" type="navigations" minOccurs="0"
maxOccurs="1"/>
<xs:element name="contactsmenu" type="contactsmenu" minOccurs="0"
@@ -655,6 +657,13 @@
</xs:sequence>
</xs:complexType>
+ <xs:complexType name="dashboard">
+ <xs:sequence>
+ <xs:element name="widget" type="php-class" minOccurs="1"
+ maxOccurs="unbounded"/>
+ </xs:sequence>
+ </xs:complexType>
+
<xs:simpleType name="php-class">
<xs:restriction base="xs:string">
<xs:pattern