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/configuration/collections.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ The following options are available:
85
85
|`defaultPopulate`| Specify which fields to select when this Collection is populated from another document. [More Details](../queries/select#defaultpopulate-collection-config-property). |
86
86
|`indexes`| Define compound indexes for this collection. This can be used to either speed up querying/sorting by 2 or more fields at the same time or to ensure uniqueness between several fields. |
87
87
|`forceSelect`| Specify which fields should be selected always, regardless of the `select` query which can be useful that the field exists for access control / hooks |
88
+
|`disableBulkEdit`| Disable the bulk edit operation for the collection in the admin panel and the REST API |
88
89
89
90
_\* An asterisk denotes that a property is required._
0 commit comments