ref: rename template values

This commit is contained in:
relikd
2025-11-04 19:26:07 +01:00
parent 5250f48d38
commit 6898eeb42c
8 changed files with 58 additions and 61 deletions

View File

@@ -29,8 +29,8 @@ extension PreviewGenerator {
entitlements.applyFallbackIfNeeded(provisionPlist?["Entitlements"] as? PlistDict)
self.apply([
"EntitlementsWarningHidden": entitlements.hasError ? "" : "hiddenDiv",
"EntitlementsFormatted": entitlements.html ?? "No Entitlements",
"EntitlementsWarningHidden": entitlements.hasError ? "" : CLASS_HIDDEN,
"EntitlementsDict": entitlements.html ?? "No Entitlements",
])
}
}