Skip to content

Commit dd2c1dd

Browse files
committed
Document new show_table_header widget config
1 parent d3e3271 commit dd2c1dd

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

content/collections/widgets/collection.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ options:
3939
type: string
4040
required: false
4141
description: 'The title of the widget. Defaults to the collection name.'
42+
-
43+
name: show_table_header
44+
type: boolean
45+
required: false
46+
description: 'Show table column headers. Off by default.'
4247
screenshot: widgets/collection-v6.webp
4348
screenshot_dark: widgets/collection-v6-dark.webp
4449
nav_title: Collection

content/collections/widgets/form.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ options:
3535
type: string
3636
required: false
3737
description: 'The title of the widget. Defaults to the form name.'
38+
-
39+
name: show_table_header
40+
type: boolean
41+
required: false
42+
description: 'Show table column headers. Off by default.'
3843
screenshot: widgets/form-v6.webp
3944
screenshot_dark: widgets/form-v6-dark.webp
4045
---

0 commit comments

Comments
 (0)