Update themes.adoc (#1377)

This commit is contained in:
psevestre 2022-01-31 05:34:29 -03:00 committed by GitHub
parent ad59fad217
commit c31cd6c516
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: For example for the `mytheme` theme create `mytheme.jar` with the contents:
+ +
* META-INF/keycloak-themes.json * META-INF/keycloak-themes.json
* themes/mytheme/login/theme.properties * theme/mytheme/login/theme.properties
* themes/mytheme/login/login.ftl * theme/mytheme/login/login.ftl
* themes/mytheme/login/resources/css/styles.css * theme/mytheme/login/resources/css/styles.css
* themes/mytheme/login/resources/img/image.png * theme/mytheme/login/resources/img/image.png
* themes/mytheme/login/messages/messages_en.properties * theme/mytheme/login/messages/messages_en.properties
* themes/mytheme/email/messages/messages_en.properties * theme/mytheme/email/messages/messages_en.properties
The contents of `META-INF/keycloak-themes.json` in this case would be: The contents of `META-INF/keycloak-themes.json` in this case would be:
+ +