twirl icon indicating copy to clipboard operation
twirl copied to clipboard

Extension fallback

Open ocadaruma opened this issue 9 years ago • 0 comments

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"))

ocadaruma avatar Sep 03 '16 08:09 ocadaruma