You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fields/overview.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -440,8 +440,8 @@ The following options are available:
440
440
|**`disableBulkEdit`**| Set `disableBulkEdit` to `true` to prevent fields from appearing in the select options when making edits for multiple documents. Defaults to `true` for UI fields. |
441
441
|**`disableListColumn`**| Set `disableListColumn` to `true` to prevent fields from appearing in the list view column selector. |
442
442
|**`disableListFilter`**| Set `disableListFilter` to `true` to prevent fields from appearing in the list view filter options. |
443
+
|**`disableVersionDiff`**| Set `disableVersionDiff` to `true` to prevent fields from appearing in the version view. |
443
444
|**`hidden`**| Will transform the field into a `hidden` input type. Its value will still submit with requests in the Admin Panel, but the field itself will not be visible to editors. |
444
-
|**`hiddenInVersionView`**| Set `hiddenInVersionView` to `true` to prevent fields from appearing in the version view. |
0 commit comments