Fix #947 - media_type configuration files location
authorLoic Dachary <loic@dachary.org>
Thu, 14 Jan 2016 10:55:18 +0000 (11:55 +0100)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 22 Jan 2016 19:10:45 +0000 (11:10 -0800)
Document the location of the config_spec.ini files for media_types.

Signed-off-by: Loic Dachary <loic@dachary.org>
docs/source/siteadmin/media-types.rst

index 70857c2dc39d8546dd34acdb32fe552f16ee85a4..3877063859c2fd54872c299d27d70ce6d4e748ed 100644 (file)
@@ -69,6 +69,14 @@ The file-extension-based approach is used before the sniffing-based approach,
 if the file-extension-based approach finds a match, the sniffing-based approach
 will be skipped as it uses far more processing power.
 
+Configuring Media Types
+=======================
+
+Each media type has a ``config_spec.ini`` file with configurable
+options and comments explaining their intended side effect. For
+instance the ``video`` media type configuration can be found in
+``mediagoblin/media_types/video/config_spec.ini``.
+
 
 Video
 =====