nextcloud/apps/theming/appinfo/info.xml

33 lines
689 B
XML
Raw Normal View History

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>
<author>Nextcloud</author>
<version>1.3.0</version>
2016-06-06 18:40:38 +03:00
<namespace>Theming</namespace>
<category>other</category>
2016-07-15 09:47:35 +03:00
2016-06-06 18:40:38 +03:00
<dependencies>
<nextcloud min-version="12" max-version="12" />
2016-06-06 18:40:38 +03:00
</dependencies>
2016-07-15 09:47:35 +03:00
<types>
<logging/>
</types>
2016-06-06 18:40:38 +03:00
<default_enable/>
2016-08-11 18:29:58 +03:00
<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>
2016-06-06 18:40:38 +03:00
</info>