mirror of
https://github.com/verdigado/groupfolder_tags.git
synced 2024-11-21 12:47:27 +01:00
added appinfo
This commit is contained in:
parent
4cbdaecba2
commit
605b7caeaa
2 changed files with 24 additions and 0 deletions
16
appinfo/info.xml
Normal file
16
appinfo/info.xml
Normal 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
8
appinfo/routes.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'resources' => [
|
||||
],
|
||||
'routes' => [
|
||||
]
|
||||
];
|
Loading…
Reference in a new issue