forked from public/foundryvtt-reve-de-dragon
Use hbs extension
This commit is contained in:
@ -3,7 +3,7 @@ export class DialogSelect extends Dialog {
|
||||
static extractIdNameImg(it) { return { id: it.id, name: it.name, img: it.img } }
|
||||
|
||||
static async select(selectionData, onSelectChoice) {
|
||||
const html = await renderTemplate("systems/foundryvtt-reve-de-dragon/templates/dialog-select.html", selectionData)
|
||||
const html = await renderTemplate("systems/foundryvtt-reve-de-dragon/templates/dialog-select.hbs", selectionData)
|
||||
|
||||
const dialogData = {
|
||||
title: selectionData.title ?? selectionData.label,
|
||||
|
Reference in New Issue
Block a user