nextcloud/apps/systemtags/appinfo/info.xml

22 lines
661 B
XML
Raw Normal View History

<?xml version="1.0"?>
<info>
<id>systemtags</id>
<name>Collaborative tags</name>
<description>Collaborative tagging functionality which shares tags among users. Great for teams.
(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)</description>
<licence>AGPL</licence>
<author>Vincent Petry, Joas Schilling</author>
<default_enable/>
<version>1.1.3</version>
<dependencies>
2016-07-22 15:46:52 +03:00
<owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<namespace>SystemTags</namespace>
<types>
<logging/>
</types>
2016-08-11 20:03:43 +03:00
<settings>
<admin>OCA\SystemTags\Settings\Admin</admin>
</settings>
</info>