27 lines
540 B
XML
27 lines
540 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.2.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>
|
|
</info>
|