Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add common to the list of theme types so it works in jar format
Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
  • Loading branch information
Jamstah committed Jan 18, 2024
commit 85ad2d1a3119341a2d8b1e054d289a56f40c993f
2 changes: 1 addition & 1 deletion hack/keycloak-themes/META-INF/keycloak-themes.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"themes": [{
"name" : "cloudpak",
"types": [ "login", "account", "admin", "email" ]
"types": [ "login", "account", "admin", "email", "common" ]
}]
}