Files
payload/docs
Sasha cf8347f208 fix(ui): disableBulkEdit on ui fields, defaults to true (#8540)
Fixes https://github.com/payloadcms/payload/issues/8534

UI fields are now excluded by default from the bulk edit view fields
options.
If you need to have the UI field there, you can provide:
```ts
admin: {
  disableBulkEdit: false
}
```
2024-10-04 01:07:47 +00:00
..
2024-07-11 09:54:21 -04:00
2024-10-03 18:46:23 +00:00
2024-08-21 17:44:34 -04:00