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 think it is useful to add extension fallback feature to SbtTwirl.
It will work as follows.
If you have set formatFallback: SettingKey[Option[String]] and template's extension does not match any in templateFormats, then formatFallback will be used.
(formatFallback will be Some("play.twirl.api.TxtFormat"))
The text was updated successfully, but these errors were encountered:
ocadaruma
added a commit
to ocadaruma/twirl
that referenced
this issue
Sep 3, 2016
I think it is useful to add extension fallback feature to SbtTwirl.
It will work as follows.
formatFallback: SettingKey[Option[String]]
and template's extension does not match any intemplateFormats
, thenformatFallback
will be used.(
formatFallback
will be Some("play.twirl.api.TxtFormat"))The text was updated successfully, but these errors were encountered: