Merge pull request #440 from keycloakify/discussion_432

Discussion 432
This commit is contained in:
Joseph Garrone 2023-10-24 16:22:57 +02:00 committed by GitHub
commit 7cfa1df0b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "keycloakify",
"version": "8.2.1",
"version": "8.2.2-rc.0",
"description": "Create Keycloak themes using React",
"repository": {
"type": "git",

View File

@ -478,6 +478,12 @@
"error.ftl" == pageId &&
are_same_path(path, ["realm"]) &&
!["name", "displayName", "displayNameHtml", "internationalizationEnabled", "registrationEmailAsUsername" ]?seq_contains(key)
) || (
"applications.ftl" == pageId &&
are_same_path(path, ["applications", "applications", "*", "client", "realm"])
) || (
"applications.ftl" == pageId &&
"masterAdminClient" == key
)
>
<#local out_seq += ["/*If you need '" + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]>