diff --git a/ccm-themedirector/src/com/arsdigita/themedirector/ThemeDirectorConfig.java b/ccm-themedirector/src/com/arsdigita/themedirector/ThemeDirectorConfig.java index 2b334eb02..be66cffe3 100755 --- a/ccm-themedirector/src/com/arsdigita/themedirector/ThemeDirectorConfig.java +++ b/ccm-themedirector/src/com/arsdigita/themedirector/ThemeDirectorConfig.java @@ -96,8 +96,8 @@ public class ThemeDirectorConfig extends AbstractConfig { requests 'all graphics files' */ private final Parameter m_fileExtParam = new StringParameter - ("themedirector.graphics_file_extensions", - Parameter.REQUIRED, "bmp css gif jpeg jpg js png xml xsl"); + ("themedirector.file_extensions", + Parameter.REQUIRED, "bmp css eot gif jpeg jpg js png svg ttf woff xml xsl"); /** number of seconds before checking for updated development files. in a multi-jvm installation. (0 means never start) */ diff --git a/ccm-themedirector/src/com/arsdigita/themedirector/ThemeDirectorConfig_parameter.properties b/ccm-themedirector/src/com/arsdigita/themedirector/ThemeDirectorConfig_parameter.properties index 1423739c7..186a4c238 100755 --- a/ccm-themedirector/src/com/arsdigita/themedirector/ThemeDirectorConfig_parameter.properties +++ b/ccm-themedirector/src/com/arsdigita/themedirector/ThemeDirectorConfig_parameter.properties @@ -13,10 +13,10 @@ themedirector.default_theme_manifest.purpose=This is the manifest file containin themedirector.default_theme_manifest.example=[ccm-themedirectory.web.mf] themedirector.default_theme_manifest.format=[string] -themedirector.graphics_file_extensions.title=Graphics File Extensions (Themes) -themedirector.graphics_file_extensions.purpose=A list of file extensions that should be included when the designer requests 'all graphics files' -themedirector.graphics_file_extensions.example=css gif jpeg jpg js png xsl -themedirector.graphics_file_extensions.format=[string] +themedirector.file_extensions.title=Theme File Extensions (Themes) +themedirector.file_extensions.purpose=A list of file extensions that should be included when the designer requests 'all graphics files' +themedirector.file_extensions.example=css gif eot jpeg jpg js png svg ttf woff xsl xml +themedirector.file_extensions.format=[string] themedirector.default_theme_dir.title=The path to the default themes directory (Themes Application) themedirector.default_theme_dir.purpose=This is the path to the defalut themes directory. When a new "theme" is created, this directory is copied and the new directory is the base for the new themes. It is provided relative to the "webapps" directory.