From 3b2b08eb286ac7aec046da6aa590a1b51a9fad50 Mon Sep 17 00:00:00 2001 From: Patrick MENTZ Date: Tue, 22 Jan 2019 16:37:06 +0100 Subject: [PATCH] Fix theme archive extension from zip to jar --- server_development/topics/themes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_development/topics/themes.adoc b/server_development/topics/themes.adoc index ea1b7eda1c..89a89774f1 100644 --- a/server_development/topics/themes.adoc +++ b/server_development/topics/themes.adoc @@ -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 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 * theme/mytheme/login/theme.properties