Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-09-23 18:48:48 +0300
committerJulius Härtl <jus@bitgrid.net>2020-09-24 09:22:07 +0300
commitaa95b3d71bdf91d607f3a70f336db09312f2e1fe (patch)
tree2412618c68f17f78a1a532610da4cc3b6360e082 /apps/theming/appinfo
parentf62e880a6cfc3d826f0c106fdd46bb801b847378 (diff)
Add occ command to set theming values
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming/appinfo')
-rw-r--r--apps/theming/appinfo/info.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml
index f9c6b03dddb..575d06332a4 100644
--- a/apps/theming/appinfo/info.xml
+++ b/apps/theming/appinfo/info.xml
@@ -25,4 +25,7 @@
<admin>OCA\Theming\Settings\Admin</admin>
<admin-section>OCA\Theming\Settings\Section</admin-section>
</settings>
+ <commands>
+ <command>OCA\Theming\Command\UpdateConfig</command>
+ </commands>
</info>