From: <pb...@fe...> - 2013-02-02 13:50:38
|
Author: pboy Date: 2013-02-02 13:50:29 +0000 (Sat, 02 Feb 2013) New Revision: 2458 Modified: trunk/ccm-themedirector/src/com/arsdigita/themedirector/ThemeDirectorConfig.java trunk/ccm-themedirector/src/com/arsdigita/themedirector/ThemeDirectorConfig_parameter.properties Log: Parameter nbame adjusted. (On behalf of Quasimodo) Modified: trunk/ccm-themedirector/src/com/arsdigita/themedirector/ThemeDirectorConfig.java =================================================================== --- trunk/ccm-themedirector/src/com/arsdigita/themedirector/ThemeDirectorConfig.java 2013-02-02 13:49:11 UTC (rev 2457) +++ trunk/ccm-themedirector/src/com/arsdigita/themedirector/ThemeDirectorConfig.java 2013-02-02 13:50:29 UTC (rev 2458) @@ -96,8 +96,8 @@ 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) */ Modified: trunk/ccm-themedirector/src/com/arsdigita/themedirector/ThemeDirectorConfig_parameter.properties =================================================================== --- trunk/ccm-themedirector/src/com/arsdigita/themedirector/ThemeDirectorConfig_parameter.properties 2013-02-02 13:49:11 UTC (rev 2457) +++ trunk/ccm-themedirector/src/com/arsdigita/themedirector/ThemeDirectorConfig_parameter.properties 2013-02-02 13:50:29 UTC (rev 2458) @@ -13,10 +13,10 @@ 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. |