Skip to content

Commit b75fac3

Browse files
committed
feat(files_reminders): add info xml
Signed-off-by: Christopher Ng <[email protected]>
1 parent 59a2ef4 commit b75fac3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0"?>
2+
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
4+
<id>files_reminders</id>
5+
<name>File reminders</name>
6+
<summary>Set file reminders</summary>
7+
<description><![CDATA[**📣 File reminders**
8+
9+
Set file reminders.
10+
]]></description>
11+
<version>0.1.0-dev</version>
12+
<licence>agpl</licence>
13+
<author>Christopher Ng</author>
14+
<namespace>FilesReminders</namespace>
15+
16+
<category>files</category>
17+
18+
<bugs>https://github.com/nextcloud/server/issues</bugs>
19+
20+
<dependencies>
21+
<nextcloud min-version="27" max-version="28" />
22+
</dependencies>
23+
24+
<background-jobs>
25+
<job>OCA\FilesReminders\BackgroundJob\CleanUpReminders</job>
26+
<job>OCA\FilesReminders\BackgroundJob\ScheduledNotifications</job>
27+
</background-jobs>
28+
29+
<commands>
30+
<command>OCA\FilesReminders\Command\ListCommand</command>
31+
</commands>
32+
</info>

0 commit comments

Comments
 (0)