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:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-01-28 14:38:11 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-01-28 14:38:11 +0300
commit03df1b4c51d8a02613a81e9ac9da1fc91ce66623 (patch)
tree7efd0ba2b6d42cacf38dc49947cbe0e0dcf15b50 /apps/settings/appinfo
parent74f1b09f3d9d350a3374a35391b79722e81533e9 (diff)
Move admin sections to settings app
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/settings/appinfo')
-rw-r--r--apps/settings/appinfo/info.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/settings/appinfo/info.xml b/apps/settings/appinfo/info.xml
index d774988f4a9..61bfe454caa 100644
--- a/apps/settings/appinfo/info.xml
+++ b/apps/settings/appinfo/info.xml
@@ -18,6 +18,12 @@
</dependencies>
<settings>
+ <admin-section>OCA\Settings\Sections\Admin\Additional</admin-section>
+ <admin-section>OCA\Settings\Sections\Admin\Groupware</admin-section>
+ <admin-section>OCA\Settings\Sections\Admin\Overview</admin-section>
+ <admin-section>OCA\Settings\Sections\Admin\Security</admin-section>
+ <admin-section>OCA\Settings\Sections\Admin\Server</admin-section>
+ <admin-section>OCA\Settings\Sections\Admin\Sharing</admin-section>
<personal-section>OCA\Settings\Sections\Personal\PersonalInfo</personal-section>
<personal-section>OCA\Settings\Sections\Personal\Security</personal-section>
<personal-section>OCA\Settings\Sections\Personal\SyncClients</personal-section>