diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-01-27 20:47:41 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-01-28 08:45:07 +0100 |
commit | d8e9cefcfeaf8a98d1af41a118915d0bab34e809 (patch) | |
tree | d2c512187ac614130ef411620504517ab9d6a8a5 /apps/settings/appinfo | |
parent | 35502b889299e2838e91f8303851d2ca38ad443d (diff) | |
download | nextcloud-server-d8e9cefcfeaf8a98d1af41a118915d0bab34e809.tar.gz nextcloud-server-d8e9cefcfeaf8a98d1af41a118915d0bab34e809.zip |
Move the Personal sections to the settings app
There is no need to have weird magic in the manager. This should be
properly registered in the right way. The settings code is messy
anyways. This is a start to make it a tad more clean.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/settings/appinfo')
-rw-r--r-- | apps/settings/appinfo/info.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/settings/appinfo/info.xml b/apps/settings/appinfo/info.xml index f636198edd6..d774988f4a9 100644 --- a/apps/settings/appinfo/info.xml +++ b/apps/settings/appinfo/info.xml @@ -16,4 +16,10 @@ <dependencies> <nextcloud min-version="19" max-version="19"/> </dependencies> + + <settings> + <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> + </settings> </info> |