Skip to content

Update settings.rst #756

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ The ``BOOTSTRAP5`` dict variable contains these settings and defaults:
# The default value is empty, as Bootstrap5 example code doesn't use a wrapper class.
'inline_wrapper_class': '',

# Field class for inline fields.
# the default value is "col-12". This class will combined with `inline_wrapper_class`.
'inline_field_class': 'col-auto',

# Label class to use in horizontal forms.
'horizontal_label_class': 'col-sm-2',

Expand Down