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'm trying Qute the plugin is working well for me but, I found that when I redefined the location of the templates by using @CheckedTemplate(basePath = "emails", defaultName = CheckedTemplate.UNDERSCORED_ELEMENT_NAME) then a error is shown because it cannot find the template in the default package.
The text was updated successfully, but these errors were encountered:
Mmm defaultName = CheckedTemplate.UNDERSCORED_ELEMENT_NAME is not yet supported, but I'm not sure this is the issue. What's the path to your home template?
I'm trying Qute the plugin is working well for me but, I found that when I redefined the location of the templates by using
@CheckedTemplate(basePath = "emails", defaultName = CheckedTemplate.UNDERSCORED_ELEMENT_NAME)
then a error is shown because it cannot find the template in the default package.The text was updated successfully, but these errors were encountered: