diff options
author | Thomas Citharel <tcit@tcit.fr> | 2022-10-22 20:12:05 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2022-10-24 10:41:24 +0200 |
commit | 8b13f6d475bee5e622ead71186e71caa68951a1a (patch) | |
tree | daef62144f19b918c2fc07bb64ec85f6fb18e017 /apps/settings/appinfo | |
parent | 4415fca5f8e91fbec73055187bc1d9ae78f2360b (diff) | |
download | nextcloud-server-8b13f6d475bee5e622ead71186e71caa68951a1a.tar.gz nextcloud-server-8b13f6d475bee5e622ead71186e71caa68951a1a.zip |
Add Calendar settings section
In replacement of the removed Groupware settings section in https://github.com/nextcloud/server/pull/34626
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'apps/settings/appinfo')
-rw-r--r-- | apps/settings/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/appinfo/info.xml b/apps/settings/appinfo/info.xml index 9cb489ff0f3..310d2902510 100644 --- a/apps/settings/appinfo/info.xml +++ b/apps/settings/appinfo/info.xml @@ -38,6 +38,7 @@ <personal>OCA\Settings\Settings\Personal\Security\TwoFactor</personal> <personal>OCA\Settings\Settings\Personal\Security\WebAuthn</personal> <personal-section>OCA\Settings\Sections\Personal\Availability</personal-section> + <personal-section>OCA\Settings\Sections\Personal\Calendar</personal-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> |