nextcloud/apps/comments/appinfo/info.xml

32 lines
664 B
XML

<?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>
<default_enable/>
<version>1.3.0</version>
<dependencies>
<nextcloud min-version="13" max-version="13" />
</dependencies>
<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>
</info>