From bbd84b5c962add4e014264c13bbcce156cbd2b62 Mon Sep 17 00:00:00 2001 From: Marc Jauvin Date: Wed, 23 Apr 2025 07:24:50 -0400 Subject: [PATCH] suppressTabs option was not documented --- backend/forms.md | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/forms.md b/backend/forms.md index 23a594db..ffd5e0c3 100644 --- a/backend/forms.md +++ b/backend/forms.md @@ -198,6 +198,7 @@ Option | Description ------------- | ------------- `stretch` | specifies if this tab stretches to fit the parent height. `defaultTab` | the default tab to assign fields to. Default: Misc. +`suppressTabs` | if set to true, fields will not be displayed in tabs. Default: false. `icons` | assign icons to tabs using tab names as the key. `lazy` | array of tabs to be loaded dynamically when clicked. Useful for tabs that contain large amounts of content. `cssClass` | assigns a CSS class to the tab container.