You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now you're forced to use the hard coded template files src/graphics/template.html and src/dashboard/template.html. It would be nice for this to be configurable. This should be included as part of the plugin's function signature and could look like:
Right now you're forced to use the hard coded template files
src/graphics/template.html
andsrc/dashboard/template.html
. It would be nice for this to be configurable. This should be included as part of the plugin's function signature and could look like:To support more complex setups, a config could use globbing to match entry files with templates. It could look like:
It would default to the following to avoid a breaking change:
Thoughts on this would be appreciated.
The text was updated successfully, but these errors were encountered: