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

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-04-07 17:39:59 +0300
committerRobin Appelman <robin@icewind.nl>2017-04-07 17:39:59 +0300
commite8e63c2b4a081d22e8d3fb76b0665df77c8bc2e8 (patch)
tree345299a93d79b85497885e41fff0b9bfb15386db /appinfo/info.xml
parentda18093a2d2f78ae1445b209c624f959931f1e4f (diff)
js boilerplate
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e4cc407b..e19c8608 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,6 +11,11 @@
</types>
<namespace>GroupFolders</namespace>
+ <settings>
+ <admin>OCA\GroupFolders\Settings\Admin</admin>
+ <admin-section>OCA\GroupFolders\Settings\Section</admin-section>
+ </settings>
+
<dependencies>
<nextcloud min-version="11" max-version="12"/>
</dependencies>