Support for glossaries

This commit is contained in:
Endeavorance 2025-03-08 10:14:49 -05:00
parent 656ca588b1
commit 9d4907aa25
4 changed files with 13 additions and 3 deletions

View file

@ -120,6 +120,10 @@ export async function loadFromBinding(
break;
case "guide":
playbill.guides.push(resource);
break;
case "glossary":
playbill.glossaries.push(resource);
break;
}
}