Fix theme archive extension from zip to jar

This commit is contained in:
Patrick MENTZ 2019-01-22 16:37:06 +01:00 committed by Stian Thorgersen
parent a35ff7d0bf
commit 3b2b08eb28

View file

@ -300,7 +300,7 @@ the theme, especially when you have multiple instances of {project_name} for exa
To deploy a theme as an archive you need to create a JAR archive with the theme resources. You also need to add a file `META-INF/keycloak-themes.json` to the To deploy a theme as an archive you need to create a JAR archive with the theme resources. You also need to add a file `META-INF/keycloak-themes.json` to the
archive that lists the available themes in the archive as well as what types each theme provides. archive that lists the available themes in the archive as well as what types each theme provides.
For example for the `mytheme` theme create `mytheme.zip` with the contents: For example for the `mytheme` theme create `mytheme.jar` with the contents:
* META-INF/keycloak-themes.json * META-INF/keycloak-themes.json
* theme/mytheme/login/theme.properties * theme/mytheme/login/theme.properties