From c31cd6c5161d61d53dc7f6b9950d7ff56df2bc88 Mon Sep 17 00:00:00 2001 From: psevestre Date: Mon, 31 Jan 2022 05:34:29 -0300 Subject: [PATCH] Update themes.adoc (#1377) --- server_development/topics/themes.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/server_development/topics/themes.adoc b/server_development/topics/themes.adoc index af76ba6d76..4f68018cb0 100755 --- a/server_development/topics/themes.adoc +++ b/server_development/topics/themes.adoc @@ -395,12 +395,12 @@ archive that lists the available themes in the archive as well as what types eac For example for the `mytheme` theme create `mytheme.jar` with the contents: + * META-INF/keycloak-themes.json -* themes/mytheme/login/theme.properties -* themes/mytheme/login/login.ftl -* themes/mytheme/login/resources/css/styles.css -* themes/mytheme/login/resources/img/image.png -* themes/mytheme/login/messages/messages_en.properties -* themes/mytheme/email/messages/messages_en.properties +* theme/mytheme/login/theme.properties +* theme/mytheme/login/login.ftl +* theme/mytheme/login/resources/css/styles.css +* theme/mytheme/login/resources/img/image.png +* theme/mytheme/login/messages/messages_en.properties +* theme/mytheme/email/messages/messages_en.properties The contents of `META-INF/keycloak-themes.json` in this case would be: +