diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-10-09 15:00:36 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-10-09 15:48:30 +0200 |
commit | 16cd74906501faf15946d2506037cba90cca7882 (patch) | |
tree | 5e78543e32057946d659f5e6b331e64a3ac97a7f /apps/files_trashbin/appinfo/info.xml | |
parent | cc717c27d6cbfadfff4dc6cdfe110baccd097c84 (diff) | |
download | nextcloud-server-16cd74906501faf15946d2506037cba90cca7882.tar.gz nextcloud-server-16cd74906501faf15946d2506037cba90cca7882.zip |
Add support for keys in the info.xml
This allows to have links to different doc base URLs
a.
Diffstat (limited to 'apps/files_trashbin/appinfo/info.xml')
-rw-r--r-- | apps/files_trashbin/appinfo/info.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml index f15056908f1..8735b61e2db 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -15,5 +15,8 @@ To prevent a user from running out of disk space, the ownCloud Deleted files app <types> <filesystem/> </types> + <documentation> + <user>user-trashbin</user> + </documentation> <ocsid>166052</ocsid> </info> |