diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-09-23 17:48:48 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-09-24 08:22:07 +0200 |
commit | aa95b3d71bdf91d607f3a70f336db09312f2e1fe (patch) | |
tree | 2412618c68f17f78a1a532610da4cc3b6360e082 /apps/theming/appinfo | |
parent | f62e880a6cfc3d826f0c106fdd46bb801b847378 (diff) | |
download | nextcloud-server-aa95b3d71bdf91d607f3a70f336db09312f2e1fe.tar.gz nextcloud-server-aa95b3d71bdf91d607f3a70f336db09312f2e1fe.zip |
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.xml | 3 |
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> |