nextcloud/apps/comments/appinfo/info.xml

38 lines
814 B
XML
Raw Normal View History

2016-01-27 20:28:55 +03:00
<?xml version="1.0"?>
<info>
<id>comments</id>
<name>Comments</name>
<description>Files app plugin to add comments to files</description>
<licence>AGPL</licence>
<author>Arthur Schiwon</author>
<author>Vincent Petry</author>
2016-01-27 20:28:55 +03:00
<default_enable/>
<version>1.4.0</version>
2016-01-27 20:28:55 +03:00
<dependencies>
<nextcloud min-version="14" max-version="14" />
2016-01-27 20:28:55 +03:00
</dependencies>
2016-02-05 13:20:16 +03:00
<types>
<logging/>
</types>
<activity>
<settings>
<setting>OCA\Comments\Activity\Setting</setting>
</settings>
<filters>
<filter>OCA\Comments\Activity\Filter</filter>
</filters>
<providers>
<provider>OCA\Comments\Activity\Provider</provider>
</providers>
</activity>
<collaboration>
<plugins>
<plugin type="autocomplete-sort">OCA\Comments\Collaboration\CommentersSorter</plugin>
</plugins>
</collaboration>
2016-01-27 20:28:55 +03:00
</info>