๐ญTheme Variants
Last updated
Last updated
Theme variant enables you to create multiples Keycloak theme with a single codebase.
This will make the theme variant appear in the Keycloak admin select input:
In your code you'll be able to load different styles based on the value of kcContext.themeName
:
Keycloakify lets you provide custom tranlations on a per-theme variant basis.
Read this first for context.
Example:
Your emails can be adapted based on the active theme variant.
In the .ftl
files located in the src/email
directory, you can use the FreeMarker variable: xKeycloakify.themeName
.
This variable holds the name of the currently enabled theme as a string, for example: "my-theme-1"
, "my-theme-2"
, etc.