Remove some more noise in the kcContext
This commit is contained in:
parent
3a50a61b12
commit
70f475d13e
@ -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*/"]>
|
||||
|
Loading…
x
Reference in New Issue
Block a user