nextcloud/apps/systemtags/appinfo/info.xml

18 lines
538 B
XML

<?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</author>
<default_enable/>
<version>0.3.0</version>
<dependencies>
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
<types>
<logging/>
</types>
</info>