You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud-server/apps/comments/appinfo/info.xml

17 lines
382 B

9 years ago
<?xml version="1.0"?>
<info>
<id>comments</id>
<name>Comments</name>
<description>Files app plugin to add comments to files</description>
<licence>AGPL</licence>
9 years ago
<author>Arthur Schiwon, Vincent Petry</author>
9 years ago
<default_enable/>
<version>1.1.0</version>
9 years ago
<dependencies>
<nextcloud min-version="11" max-version="11" />
9 years ago
</dependencies>
<types>
<logging/>
</types>
9 years ago
</info>