Extract item-list-header to common partial used by all item lists
This commit is contained in:
parent
276a70a70a
commit
9573a6595d
6 changed files with 69 additions and 108 deletions
|
@ -64,6 +64,7 @@ async function registerHandlebarsPartials() {
|
|||
"systems/ds4/templates/actor/partials/character-inventory.hbs",
|
||||
"systems/ds4/templates/actor/partials/creature-inventory.hbs",
|
||||
"systems/ds4/templates/actor/partials/talent-rank-equation.hbs",
|
||||
"systems/ds4/templates/actor/partials/item-list-header.hbs",
|
||||
];
|
||||
return loadTemplates(templatePaths);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue