Extract item-list-header to common partial used by all item lists

This commit is contained in:
Johannes Loher 2021-02-25 23:30:45 +01:00
parent 276a70a70a
commit 9573a6595d
6 changed files with 69 additions and 108 deletions

View file

@ -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);
}