KEYCLOAK-3196: Add CLI help text.
This commit is contained in:
parent
ef442cae92
commit
1489bd734a
1 changed files with 5 additions and 5 deletions
|
@ -31,11 +31,11 @@ keycloak-server.subsystem.theme=Theme configuration properties.
|
||||||
keycloak-server.theme=Theme configuration properties.
|
keycloak-server.theme=Theme configuration properties.
|
||||||
keycloak-server.theme.add=Add the theme config properties.
|
keycloak-server.theme.add=Add the theme config properties.
|
||||||
keycloak-server.theme.remove=Remove the theme config properties.
|
keycloak-server.theme.remove=Remove the theme config properties.
|
||||||
keycloak-server.theme.staticMaxAge=Foo
|
keycloak-server.theme.staticMaxAge=Maximum time the browser should cache theme resources. A value of -1 will disable caching.
|
||||||
keycloak-server.theme.cacheThemes=foo
|
keycloak-server.theme.cacheThemes=If true, themes are cached.
|
||||||
keycloak-server.theme.cacheTemplates=foo
|
keycloak-server.theme.cacheTemplates=If true, theme templates are cached.
|
||||||
keycloak-server.theme.welcomeTheme=foo
|
keycloak-server.theme.welcomeTheme=The welcome theme.
|
||||||
keycloak-server.theme.default=foo
|
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.dir=Directory where themes can be located.
|
||||||
keycloak-server.theme.modules=List of modules containing themes.
|
keycloak-server.theme.modules=List of modules containing themes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue