2016-06-06 18:40:38 +03:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<info>
|
|
|
|
<id>theming</id>
|
|
|
|
<name>Theming</name>
|
|
|
|
<description>Adjust the Nextcloud theme</description>
|
|
|
|
<licence>AGPL</licence>
|
2016-06-21 22:21:46 +03:00
|
|
|
<author>Nextcloud</author>
|
2018-05-29 15:13:58 +03:00
|
|
|
<version>1.4.5</version>
|
2016-06-06 18:40:38 +03:00
|
|
|
<namespace>Theming</namespace>
|
2016-07-15 09:47:35 +03:00
|
|
|
<types>
|
|
|
|
<logging/>
|
|
|
|
</types>
|
2016-06-06 18:40:38 +03:00
|
|
|
<default_enable/>
|
2018-05-24 01:17:51 +03:00
|
|
|
<category>customization</category>
|
|
|
|
<bugs>https://github.com/nextcloud/server/issues/</bugs>
|
|
|
|
<dependencies>
|
|
|
|
<nextcloud min-version="13" max-version="13" />
|
|
|
|
</dependencies>
|
2016-08-11 18:29:58 +03:00
|
|
|
|
|
|
|
<settings>
|
|
|
|
<admin>OCA\Theming\Settings\Admin</admin>
|
|
|
|
<admin-section>OCA\Theming\Settings\Section</admin-section>
|
|
|
|
</settings>
|
2017-02-09 12:56:42 +03:00
|
|
|
|
|
|
|
<repair-steps>
|
|
|
|
<post-migration>
|
|
|
|
<step>OCA\Theming\Migration\ThemingImages</step>
|
|
|
|
</post-migration>
|
|
|
|
</repair-steps>
|
2016-06-06 18:40:38 +03:00
|
|
|
</info>
|