33 lines
689 B
XML
33 lines
689 B
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>theming</id>
|
|
<name>Theming</name>
|
|
<description>Adjust the Nextcloud theme</description>
|
|
<licence>AGPL</licence>
|
|
<author>Nextcloud</author>
|
|
<version>1.3.0</version>
|
|
<namespace>Theming</namespace>
|
|
<category>other</category>
|
|
|
|
<dependencies>
|
|
<nextcloud min-version="12" max-version="12" />
|
|
</dependencies>
|
|
|
|
<types>
|
|
<logging/>
|
|
</types>
|
|
|
|
<default_enable/>
|
|
|
|
<settings>
|
|
<admin>OCA\Theming\Settings\Admin</admin>
|
|
<admin-section>OCA\Theming\Settings\Section</admin-section>
|
|
</settings>
|
|
|
|
<repair-steps>
|
|
<post-migration>
|
|
<step>OCA\Theming\Migration\ThemingImages</step>
|
|
</post-migration>
|
|
</repair-steps>
|
|
</info>
|