diff --git a/config/packages/twig.yaml b/config/packages/twig.yaml index 182f12ec..2e80b7e0 100644 --- a/config/packages/twig.yaml +++ b/config/packages/twig.yaml @@ -18,9 +18,9 @@ twig: saml_enabled: '%partdb.saml.enabled%' part_preview_generator: '@App\Services\Attachments\PartPreviewGenerator' # Bootstrap grid classes used for horizontal form layouts - form_label_col_class: 'col-sm-3 col-lg-2' - form_input_col_class: 'col-sm-9 col-lg-10' - form_offset_col_class: 'offset-sm-3 offset-lg-2' + label_col: 'col-sm-3 col-lg-2' + input_col: 'col-sm-9 col-lg-10' + offset_col: 'offset-sm-3 offset-lg-2' when@test: twig: diff --git a/templates/admin/_delete_form.html.twig b/templates/admin/_delete_form.html.twig index 86778f7a..4ea4e92a 100644 --- a/templates/admin/_delete_form.html.twig +++ b/templates/admin/_delete_form.html.twig @@ -5,7 +5,7 @@