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
I want to (had to) set name of templates like this: "widget/template1.html"
In your plugin names are auto generated by filename.
Can you add a feature to set template names based on id of script tag?
for example template will be this:
This plugin is meant not to require any script-tag, so you'll always be able to open and view the HTML-file. Setting each name manually defeats the purpose of using this plugin in the first place (it's supposed to be a no-hassle, automatic process).
A function can be provided as options.base to do some hacking on the names, but that's as far as this plugin goes.
It seems like you have a very specific use-case, and I doubt anyone else would need this (>5k downloads / month since Jan, and you're the first one asking for this). So I suggest you fork the repo and implement it yourself.
I want to (had to) set name of templates like this: "widget/template1.html"
In your plugin names are auto generated by filename.
Can you add a feature to set template names based on id of script tag?
for example template will be this:
and cache name will be this: widget/template1.html
The text was updated successfully, but these errors were encountered: