braincrafted/bootstrap-bundle

label_col, widget_col passed from form

diaspar opened this issue · 2 comments

Is there a way to pass these parameters (label_col, widget_col) from the form?

The documentation only mentions them in a twig context:

{{ form_row(form.firstName, { 'label_col': 4, 'widget_col': 8}) }}

Great! tested and works.