kxcrl / foundryvtt-retro

MIT License
0 stars 0 forks source link

Clean up the FilePicker #32

Open kxcrl opened 10 months ago

kxcrl commented 10 months ago

Context

The FilePicker code comes from referencing an old module. There is now a handlebars FilePicker helper that should be used instead.

let renderedConfig = await renderTemplate('../templates/config.hbs')
{{filePicker type="image" target="img"}}

See the handlebars helper docs