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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-02-20 14:39:50 +0300
committerAndras Timar <andras.timar@collabora.com>2018-02-20 14:39:50 +0300
commite3f75f661eb509f21feebe3d0944f555e78a7f83 (patch)
treef8ab56732cc2e82487bbdc0a455e84c6b928fd93 /appinfo
parent868631ec366aaf3f51a8c1e8cd2b32f40fa52313 (diff)
appinfo/info.xml validates against the schema finally
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ba2360d9..07c61991 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,6 +7,9 @@
<version>2.0.2</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
+ <types>
+ <prevent_group_restriction/>
+ </types>
<documentation>
<user>https://nextcloud.com/collaboraonline/</user>
<admin>https://nextcloud.com/collaboraonline/</admin>
@@ -22,11 +25,8 @@
<dependencies>
<nextcloud min-version="12" max-version="13" />
</dependencies>
- <types>
- <prevent_group_restriction/>
- </types>
<settings>
- <admin>\OCA\Richdocuments\Settings\Admin</admin>
+ <admin>OCA\Richdocuments\Settings\Admin</admin>
<admin-section>OCA\Richdocuments\Settings\Section</admin-section>
</settings>
</info>