renamed item list templates
More precise names for: - item overview list template for actor sheet - inline templates in item overview list template
This commit is contained in:
parent
6fe95d10db
commit
c9b41e2d3f
3 changed files with 26 additions and 26 deletions
|
@ -36,7 +36,7 @@ async function registerHandlebarsPartials() {
|
|||
"systems/ds4/templates/item/partials/details.hbs",
|
||||
"systems/ds4/templates/item/partials/effects.hbs",
|
||||
"systems/ds4/templates/item/partials/body.hbs",
|
||||
"systems/ds4/templates/actor/partials/items.hbs",
|
||||
"systems/ds4/templates/actor/partials/items-overview.hbs",
|
||||
];
|
||||
return loadTemplates(templatePaths);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue