diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-11 17:29:58 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-11 17:29:58 +0200 |
commit | 36c1b7eb310bb072bbed7303d51b74794b330f57 (patch) | |
tree | 4050fea1f862f0da26dea28bfbb55070d1ee46cc /apps/theming/appinfo | |
parent | e8ea67139b8ba1b485716ffbae4cbd4d56f9924e (diff) | |
download | nextcloud-server-36c1b7eb310bb072bbed7303d51b74794b330f57.tar.gz nextcloud-server-36c1b7eb310bb072bbed7303d51b74794b330f57.zip |
adjust Theming app
Diffstat (limited to 'apps/theming/appinfo')
-rw-r--r-- | apps/theming/appinfo/app.php | 2 | ||||
-rw-r--r-- | apps/theming/appinfo/info.xml | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/apps/theming/appinfo/app.php b/apps/theming/appinfo/app.php index 5ef506e5acd..fc64c2452ba 100644 --- a/apps/theming/appinfo/app.php +++ b/apps/theming/appinfo/app.php @@ -23,8 +23,6 @@ * */ -\OCP\App::registerAdmin('theming', 'settings/settings-admin'); - $linkToCSS = \OC::$server->getURLGenerator()->linkToRoute( 'theming.Theming.getStylesheet', [ diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml index 8ae1d3eb73a..423d11d2aef 100644 --- a/apps/theming/appinfo/info.xml +++ b/apps/theming/appinfo/info.xml @@ -5,7 +5,7 @@ <description>Adjust the Nextcloud theme</description> <licence>AGPL</licence> <author>Nextcloud</author> - <version>1.1.0</version> + <version>1.1.1</version> <namespace>Theming</namespace> <category>other</category> @@ -18,4 +18,9 @@ </types> <default_enable/> + + <settings> + <admin>OCA\Theming\Settings\Admin</admin> + <admin-section>OCA\Theming\Settings\Section</admin-section> + </settings> </info> |