We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e83a9 commit ebcda8bCopy full SHA for ebcda8b
1 file changed
config/packages/twig.yaml
@@ -17,10 +17,11 @@ twig:
17
available_themes: '%partdb.available_themes%'
18
saml_enabled: '%partdb.saml.enabled%'
19
part_preview_generator: '@App\Services\Attachments\PartPreviewGenerator'
20
+
21
# Bootstrap grid classes used for horizontal form layouts
- col_label: 'col-sm-3 col-lg-2'
22
- col_input: 'col-sm-9 col-lg-10'
23
- offset_label: 'offset-sm-3 offset-lg-2'
+ col_label: 'col-sm-3 col-lg-2' # The column classes for form labels
+ col_input: 'col-sm-9 col-lg-10' # The column classes for form input fields
24
+ offset_label: 'offset-sm-3 offset-lg-2' # Offset classes for elements that should be aligned with the input fields (e.g., submit buttons)
25
26
when@test:
27
twig:
0 commit comments