summaryrefslogtreecommitdiffstats
path: root/apps/theming/appinfo/info.xml
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-15 13:55:19 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-21 09:31:07 +0200
commit9ea72b10104ceb482be33b4626c3603a788a687f (patch)
treec617c4419d160467b587ca02be81c4b65ebef91b /apps/theming/appinfo/info.xml
parent69d1d1a84e5e8937046d30714f11036b680cc04a (diff)
downloadnextcloud-server-9ea72b10104ceb482be33b4626c3603a788a687f.tar.gz
nextcloud-server-9ea72b10104ceb482be33b4626c3603a788a687f.zip
Migrating themes to Theming app
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming/appinfo/info.xml')
-rw-r--r--apps/theming/appinfo/info.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml
index 3d7cabe7213..7b6e20a781f 100644
--- a/apps/theming/appinfo/info.xml
+++ b/apps/theming/appinfo/info.xml
@@ -23,8 +23,11 @@
<settings>
<admin>OCA\Theming\Settings\Admin</admin>
- <admin-section>OCA\Theming\Settings\Section</admin-section>
+ <admin-section>OCA\Theming\Settings\AdminSection</admin-section>
+ <personal>OCA\Theming\Settings\Personal</personal>
+ <personal-section>OCA\Theming\Settings\PersonalSection</personal-section>
</settings>
+
<commands>
<command>OCA\Theming\Command\UpdateConfig</command>
</commands>