0
0
Fork 0
mirror of https://github.com/verdigado/groupfolder_tags.git synced 2024-10-22 15:39:48 +02:00

added appinfo

This commit is contained in:
Jonathan Treffler 2024-07-31 09:52:02 +00:00
parent 4cbdaecba2
commit 605b7caeaa
2 changed files with 24 additions and 0 deletions

16
appinfo/info.xml Normal file
View file

@ -0,0 +1,16 @@
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>groupfolder_tags</id>
<name>Groupfolder Tags</name>
<summary>Allows you to attach key-value tags to groupfolder</summary>
<description><![CDATA[Allows you to attach key-value tags to groupfolder]]></description>
<version>1.0.0</version>
<licence>agpl</licence>
<author mail="mail@jonathan-treffler.de">Jonathan Treffler</author>
<namespace>GroupfolderTags</namespace>
<category>files</category>
<dependencies>
<nextcloud min-version="29" max-version="29"/>
</dependencies>
</info>

8
appinfo/routes.php Normal file
View file

@ -0,0 +1,8 @@
<?php
return [
'resources' => [
],
'routes' => [
]
];