Parameter umbenannt (#1411)
git-svn-id: https://svn.libreccm.org/ccm/trunk@1909 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
6abbc6715e
commit
c4ce62775f
|
|
@ -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) */
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue