diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-15 08:47:35 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-07-15 09:17:30 +0200 |
commit | f35b696a2d748925bf6fb42d0b5472c8fa900aa1 (patch) | |
tree | b15c610d40384132505714ac6a869fa01371e895 /apps/theming/appinfo | |
parent | 2c988ecbf498bebd8ac904e0c457521350cf469f (diff) | |
download | nextcloud-server-f35b696a2d748925bf6fb42d0b5472c8fa900aa1.tar.gz nextcloud-server-f35b696a2d748925bf6fb42d0b5472c8fa900aa1.zip |
Also load the theming app on CLI
Diffstat (limited to 'apps/theming/appinfo')
-rw-r--r-- | apps/theming/appinfo/info.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml index 58c839f2758..6db66632a45 100644 --- a/apps/theming/appinfo/info.xml +++ b/apps/theming/appinfo/info.xml @@ -5,11 +5,17 @@ <description>Adjust the Nextcloud theme</description> <licence>AGPL</licence> <author>Nextcloud</author> - <version>0.1.0</version> + <version>0.2.0</version> <namespace>Theming</namespace> <category>other</category> + <dependencies> <owncloud min-version="9.0" max-version="9.1" /> </dependencies> + + <types> + <logging/> + </types> + <default_enable/> </info> |