nextcloud/apps/files_trashbin/appinfo/info.xml

15 lines
349 B
XML
Raw Normal View History

2013-01-18 16:11:29 +04:00
<?xml version="1.0"?>
<info>
<id>files_trashbin</id>
2013-02-21 19:34:22 +04:00
<name>Deleted files</name>
<description>Keep a copy of deleted files so that they can be restored if needed</description>
2013-01-18 16:11:29 +04:00
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<shipped>true</shipped>
<require>4.9</require>
<default_enable/>
<types>
<filesystem/>
</types>
</info>