Remove some more noise in the kcContext

This commit is contained in:
Joseph Garrone 2024-05-28 01:26:33 +02:00
parent 3a50a61b12
commit 70f475d13e

View File

@ -289,7 +289,13 @@ function decodeHtmlEntities(htmlStr){
) || (
<#-- attributesByName adds a lot of noise to the output and is not needed -->
key == "attributesByName" &&
are_same_path(path, ["profile"])
(
are_same_path(path, ["profile"]) ||
are_same_path(path, ["register"])
)
) || (
key == "attributes" &&
are_same_path(path, ["register"])
)
>
<#local out_seq += ["/*" + path?join(".") + "." + key + " excluded*/"]>