Support for glossaries
This commit is contained in:
parent
656ca588b1
commit
9d4907aa25
4 changed files with 13 additions and 3 deletions
|
@ -120,6 +120,10 @@ export async function loadFromBinding(
|
|||
break;
|
||||
case "guide":
|
||||
playbill.guides.push(resource);
|
||||
break;
|
||||
case "glossary":
|
||||
playbill.glossaries.push(resource);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue