ThemeStaticFileExtensions
This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi
, to customize the behavior of the system.
List of allowed file extensions for static files exported with via theme export functionality.
Default
Description of default:
ThemeStaticFileExtensions jpg jpeg gif png js css ico flv swf
Note: From version 5.2 and up, below elements have been added to the default value:
- html
- otf
- ttf
Values
Space separated file extensions. List is exclusive, any not specified will not be permitted.
Examples
Add additional file extensions “htc”, “html”, “xml”, “php”, and “csv” to the default list of extensions:
ThemeStaticFileExtensions jpg jpeg gif png js css ico flv swf htc html xml php csv
Related
- AssetFileTypes config directive