server/apps/theming/appinfo/info.xml
Julius Härtl 5e325730d6
Remove theming migration
Those images are alredy migrated after the instance has been updated to NC12

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-01-26 15:10:22 +01:00

26 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.5.0</version>
<namespace>Theming</namespace>
<category>other</category>
<dependencies>
<nextcloud min-version="14" max-version="14" />
</dependencies>
<types>
<logging/>
</types>
<default_enable/>
<settings>
<admin>OCA\Theming\Settings\Admin</admin>
<admin-section>OCA\Theming\Settings\Section</admin-section>
</settings>
</info>