nextcloud/apps/systemtags/appinfo/info.xml

33 lines
871 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>
<author>Joas Schilling</author>
<default_enable/>
<version>1.3.0</version>
<dependencies>
<nextcloud min-version="13" max-version="13" />
</dependencies>
<namespace>SystemTags</namespace>
<types>
<logging/>
</types>
<settings>
<admin>OCA\SystemTags\Settings\Admin</admin>
</settings>
<activity>
<settings>
<setting>OCA\SystemTags\Activity\Setting</setting>
</settings>
<providers>
<provider>OCA\SystemTags\Activity\Provider</provider>
</providers>
</activity>
</info>