mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
feat: Put delegated settings into the new supported settings type
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
92b1dda5e2
commit
d429ae253e
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@
|
|||
<admin>OCA\Settings\Settings\Admin\Sharing</admin>
|
||||
<admin>OCA\Settings\Settings\Admin\Security</admin>
|
||||
<admin>OCA\Settings\Settings\Admin\Delegation</admin>
|
||||
<admin>OCA\Settings\Settings\Admin\Users</admin>
|
||||
<delegation>OCA\Settings\Settings\Admin\Users</delegation>
|
||||
<admin-section>OCA\Settings\Sections\Admin\Additional</admin-section>
|
||||
<admin-section>OCA\Settings\Sections\Admin\Delegation</admin-section>
|
||||
<admin-section>OCA\Settings\Sections\Admin\Groupware</admin-section>
|
||||
|
|
|
|||
|
|
@ -32,6 +32,6 @@
|
|||
</commands>
|
||||
|
||||
<settings>
|
||||
<admin>OCA\WebhookListeners\Settings\Admin</admin>
|
||||
<delegation>OCA\WebhookListeners\Settings\Admin</delegation>
|
||||
</settings>
|
||||
</info>
|
||||
|
|
|
|||
Loading…
Reference in a new issue