31 lines
647 B
XML
31 lines
647 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, Vincent Petry</author>
|
|
<default_enable/>
|
|
<version>1.2.0</version>
|
|
<dependencies>
|
|
<nextcloud min-version="12" max-version="12" />
|
|
</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>
|