extract item-list-entry to commonly used partial
This commit is contained in:
parent
0d486647a2
commit
b3ac3cde84
7 changed files with 164 additions and 213 deletions
|
@ -65,6 +65,7 @@ async function registerHandlebarsPartials() {
|
|||
"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",
|
||||
"systems/ds4/templates/actor/partials/item-list-entry.hbs",
|
||||
];
|
||||
return loadTemplates(templatePaths);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue