From 605b7caeaad78213f7a8986d6c2e124db07c6c34 Mon Sep 17 00:00:00 2001 From: Jonathan Treffler Date: Wed, 31 Jul 2024 09:52:02 +0000 Subject: [PATCH] added appinfo --- appinfo/info.xml | 16 ++++++++++++++++ appinfo/routes.php | 8 ++++++++ 2 files changed, 24 insertions(+) create mode 100644 appinfo/info.xml create mode 100644 appinfo/routes.php diff --git a/appinfo/info.xml b/appinfo/info.xml new file mode 100644 index 0000000..bf04f1e --- /dev/null +++ b/appinfo/info.xml @@ -0,0 +1,16 @@ + + + groupfolder_tags + Groupfolder Tags + Allows you to attach key-value tags to groupfolder + + 1.0.0 + agpl + Jonathan Treffler + GroupfolderTags + files + + + + \ No newline at end of file diff --git a/appinfo/routes.php b/appinfo/routes.php new file mode 100644 index 0000000..4aca6c4 --- /dev/null +++ b/appinfo/routes.php @@ -0,0 +1,8 @@ + [ + ], + 'routes' => [ + ] +]; \ No newline at end of file