Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
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
}
``` S
Sasha committed
cf8347f208ec38e910b9c66021569361f2b3ca6c
Parent: 157b1e1
Committed by GitHub <noreply@github.com>
on 10/4/2024, 1:07:47 AM