diff --git a/config/packages/twig.yaml b/config/packages/twig.yaml index 2e80b7e0..06564349 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 - label_col: 'col-sm-3 col-lg-2' - input_col: 'col-sm-9 col-lg-10' - offset_col: 'offset-sm-3 offset-lg-2' + col_label: 'col-sm-3 col-lg-2' + col_input: 'col-sm-9 col-lg-10' + offset_label: '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 acc5a13d..5a1d5a1a 100644 --- a/templates/admin/_delete_form.html.twig +++ b/templates/admin/_delete_form.html.twig @@ -5,7 +5,7 @@