This commit is contained in:
TheGiddyLimit
2024-02-11 22:28:07 +00:00
parent d16f838683
commit 661a119c6d
106 changed files with 6046 additions and 1330 deletions

View File

@@ -96,6 +96,9 @@ class PageFilter {
static getListAliases (ent) {
return (ent.alias || []).map(it => `"${it}"`).join(",");
}
static _hasFluff (ent) { return ent.hasFluff || ent.fluff?.entries; }
static _hasFluffImages (ent) { return ent.hasFluffImages || ent.fluff?.images; }
// endregion
}