KEYCLOAK-3196: Add CLI help text.

This commit is contained in:
Stan Silvert 2016-08-18 11:39:50 -04:00
parent ef442cae92
commit 1489bd734a

View file

@ -31,11 +31,11 @@ keycloak-server.subsystem.theme=Theme configuration properties.
keycloak-server.theme=Theme configuration properties.
keycloak-server.theme.add=Add the theme config properties.
keycloak-server.theme.remove=Remove the theme config properties.
keycloak-server.theme.staticMaxAge=Foo
keycloak-server.theme.cacheThemes=foo
keycloak-server.theme.cacheTemplates=foo
keycloak-server.theme.welcomeTheme=foo
keycloak-server.theme.default=foo
keycloak-server.theme.staticMaxAge=Maximum time the browser should cache theme resources. A value of -1 will disable caching.
keycloak-server.theme.cacheThemes=If true, themes are cached.
keycloak-server.theme.cacheTemplates=If true, theme templates are cached.
keycloak-server.theme.welcomeTheme=The welcome theme.
keycloak-server.theme.default=The default theme to use if no theme is specified for a realm.
keycloak-server.theme.dir=Directory where themes can be located.
keycloak-server.theme.modules=List of modules containing themes.