diff options
Diffstat (limited to 'apps/files_reminders/appinfo/info.xml')
-rw-r--r-- | apps/files_reminders/appinfo/info.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_reminders/appinfo/info.xml b/apps/files_reminders/appinfo/info.xml index 583244248dc..8ebe3bf61b1 100644 --- a/apps/files_reminders/appinfo/info.xml +++ b/apps/files_reminders/appinfo/info.xml @@ -13,6 +13,10 @@ Set file reminders. <author>Christopher Ng</author> <namespace>FilesReminders</namespace> + <types> + <dav /> + </types> + <category>files</category> <bugs>https://github.com/nextcloud/server/issues</bugs> @@ -29,4 +33,10 @@ Set file reminders. <commands> <command>OCA\FilesReminders\Command\ListCommand</command> </commands> + + <sabre> + <plugins> + <plugin>OCA\FilesReminders\Dav\PropFindPlugin</plugin> + </plugins> + </sabre> </info> |