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:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-11-08 15:41:49 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-12-20 09:38:45 +0300
commit129516e4f5f8576765faf000b461398075153c87 (patch)
treeb02db84e8fce039feecdccff7be45fba93098b4a /appinfo
parent3bcd96c0c05cba45b1be5b33d5faa4c85bf11f20 (diff)
Add Personal settings
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 63f3f787..bdbecc2c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -30,5 +30,7 @@
<settings>
<admin>OCA\Richdocuments\Settings\Admin</admin>
<admin-section>OCA\Richdocuments\Settings\Section</admin-section>
+ <personal>OCA\Richdocuments\Settings\Personal</personal>
+ <personal-section>OCA\Richdocuments\Settings\Section</personal-section>
</settings>
</info>