We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422051e commit 1d278e0Copy full SHA for 1d278e0
tweaks/ExtraDamageTypes/DamageTypeListForm.js
@@ -1,4 +1,4 @@
1
-import { MODULE_ID } from '../constants.js';
+import { MODULE_ID, TEMPLATE_PATH } from '../constants.js';
2
import { convertLabelIdToDisplay } from './util.js';
3
4
export class DamageTypeListForm extends FormApplication {
@@ -16,7 +16,7 @@ export class DamageTypeListForm extends FormApplication {
16
return mergeObject(super.defaultOptions, {
17
classes: ['form'],
18
popOut: true,
19
- template: `modules/${MODULE_ID}/templates/damage_type_list.hbs`,
+ template: `${TEMPLATE_PATH}/damage_type_list.hbs`,
20
id: DamageTypeListForm.FORM_ID,
21
title: 'Damage Type List'
22
});
0 commit comments