aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2015-07-08 19:09:10 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2015-07-10 10:17:49 +0200
commit032ffc969eeed452091646e35c31003297186b41 (patch)
tree2a22783ae512a2fe00b33e5d992c0da001f9ae04 /config
parent87f3500fda04f76d97754185a71f285e9770c66c (diff)
downloadnextcloud-server-032ffc969eeed452091646e35c31003297186b41.tar.gz
nextcloud-server-032ffc969eeed452091646e35c31003297186b41.zip
Move mimetypealiases.json to mimetypealiases.dist.json
Diffstat (limited to 'config')
-rw-r--r--config/mimetypealiases.dist.json (renamed from config/mimetypealiases.json)10
1 files changed, 7 insertions, 3 deletions
diff --git a/config/mimetypealiases.json b/config/mimetypealiases.dist.json
index f1b13b67ee6..2c9bdaa00c8 100644
--- a/config/mimetypealiases.json
+++ b/config/mimetypealiases.dist.json
@@ -1,7 +1,11 @@
{
- "_comment" : "When this file is changed make sure to run",
- "_comment2": "./occ maintenance:mimetypesjs",
- "_comment3": "Otherwise your update won't propagate through the system",
+ "_comment" : "Array of mimetype aliases.",
+ "_comment2": "Any changes you make here will be overwritten on an update of ownCloud.",
+ "_comment3": "Put any custom aliases in a new file mimetypealiases.json in this directory",
+
+ "_comment4": "After any change to mimetypealiases.json run:",
+ "_comment5": "./occ maintenance:mimetypesjs",
+ "_comment6": "Otherwise your update won't propagate through the system.",
"application/coreldraw": "image",