nextcloud/apps/theming/appinfo/info.xml

29 lines
789 B
XML
Raw Normal View History

2016-06-06 18:40:38 +03:00
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
2016-06-06 18:40:38 +03:00
<id>theming</id>
<name>Theming</name>
<summary>Adjust the Nextcloud theme</summary>
2016-06-06 18:40:38 +03:00
<description>Adjust the Nextcloud theme</description>
<version>1.10.0</version>
<licence>agpl</licence>
<author>Nextcloud</author>
2016-06-06 18:40:38 +03:00
<namespace>Theming</namespace>
<default_enable/>
2016-07-15 09:47:35 +03:00
<types>
<logging/>
</types>
<category>customization</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="19" max-version="19"/>
</dependencies>
2016-08-11 18:29:58 +03:00
<settings>
<admin>OCA\Theming\Settings\Admin</admin>
<admin-section>OCA\Theming\Settings\Section</admin-section>
2016-08-11 18:29:58 +03:00
</settings>
2016-06-06 18:40:38 +03:00
</info>