Skip to content
Merged
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: 2 additions & 2 deletions docs/detail/tabs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import TabItem from '@theme/TabItem';

### Detail View Tabs

SmartBase Admin allows you to organize fieldsets and inlines into tabs using the sbadmin_tabs configuration
SmartBase Admin allows you to organize fieldsets and inlines into tabs using the `sbadmin_tabs` configuration

The sbadmin_tabs attribute is a dictionary where:
The `sbadmin_tabs` attribute is a dictionary where:
- Keys are tab titles (strings),
- Values are lists of Fieldset titles (strings, must match the first element of a fieldset tuple), or Inline classes (e.g., ProductImageInline).

Expand Down