Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is the Twitter bootstrap helper in the Play framework deprecated?

I often use the Twitter bootstrap form template helper in my web application as this is very easy.

Yesterday I want to create a form with horizontal fields and found on GitHub a Pull-Request with a comment (one year old) from guillaumebort that the helper will be deprecated in the next version.But I found nothing about it in the Play Template helper Documentation.

  • Is the helper already deprecated or will it get updated?
  • Is there already any more sophisticated Bootstrap Template helper as plugin? (I think, lot people are using Play+Bootstrap.)
  • ...or should I write my own helper with support for horizontal fields?
like image 567
Sonson123 Avatar asked Nov 04 '22 03:11

Sonson123


1 Answers

AFAIK the Twitter Bootstrap helper is not maintained anymore. By looking at the history, the latest update on this comes from a year ago. And it is based on an old Twitter Bootstrap version.

I think you should write your own helper.

like image 170
ndeverge Avatar answered Nov 07 '22 20:11

ndeverge