diff options
author | Olivier Paroz <github@oparoz.com> | 2015-01-24 16:33:29 +0100 |
---|---|---|
committer | Olivier Paroz <github@oparoz.com> | 2015-02-24 22:00:54 +0100 |
commit | f49805eea56dcd607871fda5f31b42e02f1b1361 (patch) | |
tree | 95d03d1feccc3d88f18e5c4934b7d7ff460315e4 /config | |
parent | 09a06e4f0a2d473e1dc3ea1d92fefc3cfa318d4d (diff) | |
download | nextcloud-server-f49805eea56dcd607871fda5f31b42e02f1b1361.tar.gz nextcloud-server-f49805eea56dcd607871fda5f31b42e02f1b1361.zip |
Add support for font previews
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 10b079caa8a..342269101b1 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -679,6 +679,7 @@ $CONFIG = array( * - OC\Preview\StarOffice * - OC\Preview\SVG * - OC\Preview\TIFF + * - OC\Preview\Font * * .. note:: Troubleshooting steps for the MS Word previews are available * at the :doc:`collaborative_documents_configuration` section |