Exclude ream.attributes since it's never used

This commit is contained in:
Joseph Garrone 2024-07-13 18:29:30 +02:00
parent 2754900f7a
commit e5bcff12cb

View File

@ -205,6 +205,9 @@ function decodeHtmlEntities(htmlStr){
) || (
key == "entity" &&
areSamePath(path, ["user"])
) || (
key == "attributes" &&
areSamePath(path, ["realm"])
)
>
<#-- <#local outSeq += ["/*" + path?join(".") + "." + key + " excluded*/"]> -->